Tweak how console commands are registered.
This commit is contained in:
@@ -5,6 +5,15 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
|
||||
|
||||
class Kernel extends ConsoleKernel {
|
||||
|
||||
/**
|
||||
* The Artisan commands provided by your application.
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
'App\Console\Commands\InspireCommand',
|
||||
];
|
||||
|
||||
/**
|
||||
* Run the console application.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user