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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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