mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Disable demonstration command
If the purpose of the command is to demonstrate, does not become nescessário leave it enabled by default.
This commit is contained in:
parent
54d1845b70
commit
8f6a6d8df0
@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
|
||||
* @var array
|
||||
*/
|
||||
protected $commands = [
|
||||
Commands\Inspire::class,
|
||||
// Commands\Inspire::class,
|
||||
];
|
||||
|
||||
/**
|
||||
@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
|
||||
*/
|
||||
protected function schedule(Schedule $schedule)
|
||||
{
|
||||
$schedule->command('inspire')
|
||||
->hourly();
|
||||
// $schedule->command('inspire')
|
||||
// ->hourly();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user