Bläddra i källkod

Streamline `$commands` property

Shift 2 år sedan
förälder
incheckning
daff0fc566
1 ändrade filer med 0 tillägg och 9 borttagningar
  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.
      *