소스 검색

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