Commit eb4f536c authored by Taylor Otwell's avatar Taylor Otwell

Set console command name.

parent 177d1ebb
......@@ -12,7 +12,7 @@ class ArtisanServiceProvider extends ServiceProvider {
*/
public function register()
{
$this->commands('InspireCommand');
$this->commands('App\Console\InspireCommand');
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment