Skip to content

Commit

Permalink
Fixed invalid SL name.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 14, 2015
1 parent 27f5de8 commit 9bdf224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CommandServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CommandServiceProvider extends ServiceProvider
protected $commands = [
'Queued' => 'orchestra.commands.tenanti.queue',
'Install' => 'orchestra.commands.tenanti.install',
'Make' => 'orchestra.tenanti.tenanti.make',
'Make' => 'orchestra.commands.tenanti.make',
'Migrate' => 'orchestra.commands.tenanti.migrate',
'Rollback' => 'orchestra.commands.tenanti.rollback',
'Reset' => 'orchestra.commands.tenanti.reset',
Expand Down

0 comments on commit 9bdf224

Please sign in to comment.