Streamline $commands property

This commit is contained in:
Shift 2023-01-05 17:02:12 +00:00
parent 472dead0d6
commit daff0fc566
No known key found for this signature in database
GPG key ID: 5A96F038425C5A1C

View file

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