1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-09 20:52:56 +01:00

Streamline $commands property

This commit is contained in:
Shift 2022-06-21 09:58:33 +00:00
parent 96c992f103
commit c89b142eec
No known key found for this signature in database
GPG Key ID: 5A96F038425C5A1C

View File

@ -34,15 +34,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.
*