浏览代码

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