Streamline $commands property

This commit is contained in:
Shift
2024-02-16 20:33:32 +00:00
parent aa72ce0a3f
commit 2b602ce66d

View File

@@ -7,15 +7,6 @@ use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
class Kernel extends ConsoleKernel class Kernel extends ConsoleKernel
{ {
/**
* The Artisan commands provided by your application.
*
* @var array
*/
protected $commands = [
//
];
/** /**
* Define the application's command schedule. * Define the application's command schedule.
* *