Commit 8f6a6d8d by Vinicius Reis

Disable demonstration command

If the purpose of the command is to demonstrate, does not become nescessário leave it enabled by default.
parent 54d1845b
...@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel ...@@ -13,7 +13,7 @@ class Kernel extends ConsoleKernel
* @var array * @var array
*/ */
protected $commands = [ protected $commands = [
Commands\Inspire::class, // Commands\Inspire::class,
]; ];
/** /**
...@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel ...@@ -24,7 +24,7 @@ class Kernel extends ConsoleKernel
*/ */
protected function schedule(Schedule $schedule) protected function schedule(Schedule $schedule)
{ {
$schedule->command('inspire') // $schedule->command('inspire')
->hourly(); // ->hourly();
} }
} }
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