فهرست منبع

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.
      *