Set console command name.
This commit is contained in:
parent
177d1ebb7a
commit
eb4f536c44
|
@ -12,7 +12,7 @@ class ArtisanServiceProvider extends ServiceProvider {
|
||||||
*/
|
*/
|
||||||
public function register()
|
public function register()
|
||||||
{
|
{
|
||||||
$this->commands('InspireCommand');
|
$this->commands('App\Console\InspireCommand');
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue