Преглед изворни кода

Streamline `$commands` property

Shift пре 2 година
родитељ
комит
daff0fc566
1 измењених фајлова са 0 додато и 9 уклоњено
  1. 0 9
      app/Console/Kernel.php

+ 0 - 9
app/Console/Kernel.php

@@ -8,15 +8,6 @@ use Illuminate\Support\Facades\Storage;
 
 class Kernel extends ConsoleKernel
 {
-    /**
-     * The Artisan commands provided by your application.
-     *
-     * @var array
-     */
-    protected $commands = [
-        //
-    ];
-
     /**
      * Define the application's command schedule.
      *