Set console command name.

This commit is contained in:
Taylor Otwell
2014-08-20 00:11:13 -05:00
parent 177d1ebb7a
commit eb4f536c44

View File

@@ -12,7 +12,7 @@ class ArtisanServiceProvider extends ServiceProvider {
*/ */
public function register() public function register()
{ {
$this->commands('InspireCommand'); $this->commands('App\Console\InspireCommand');
} }
} }