Removes the commands property (#5727)

This commit is contained in:
Nuno Maduro
2021-11-18 10:18:32 -06:00
committed by GitHub
parent f8ff35e070
commit 33ceba78ba
-9
View File
@@ -7,15 +7,6 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel
{
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
//
];
/**
* Define the application's command schedule.
*