Set console command name.

This commit is contained in:
Taylor Otwell 2014-08-20 00:11:13 -05:00
parent 177d1ebb7a
commit eb4f536c44
1 changed files with 1 additions and 1 deletions

View File

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