fixing missed step

This commit is contained in:
behzad
2022-01-22 21:30:15 +04:00
parent 91f96ceecd
commit cee0f49f32
30 changed files with 330 additions and 73 deletions
+5 -5
View File
@@ -1,5 +1,7 @@
<?php
declare(strict_types = 1);
namespace App\Console;
use Illuminate\Console\Scheduling\Schedule;
@@ -12,18 +14,16 @@ class Kernel extends ConsoleKernel
*
* @var array
*/
protected $commands = [
//
];
protected $commands = [];
/**
* Define the application's command schedule.
*
* @param \Illuminate\Console\Scheduling\Schedule $schedule
* @param \Illuminate\Console\Scheduling\Schedule $schedule
*
* @return void
*/
protected function schedule(Schedule $schedule)
{
//
}
}