Removes the commands property (#5727)

This commit is contained in:
Nuno Maduro
2021-11-18 16:18:32 +00:00
committed by GitHub
parent f8ff35e070
commit 33ceba78ba

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