Skip to content

Commit

Permalink
~ Fixed command registration
Browse files Browse the repository at this point in the history
  • Loading branch information
tylernathanreed committed Sep 26, 2020
1 parent d9fc851 commit 2faab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SMSServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ protected function registerCommands()
return new SMSMakeCommand($app['files']);
});

$this->app->commands(['command.sms.make']);
$this->commands(['command.sms.make']);
}

/**
Expand Down

0 comments on commit 2faab54

Please sign in to comment.