| 1 | <?php |
||
| 11 | class Kernel extends ConsoleKernel |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * The Artisan commands provided by your application. |
||
| 15 | * |
||
| 16 | * @var array |
||
| 17 | */ |
||
| 18 | protected $commands = []; |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Define the application's command schedule. |
||
| 22 | * |
||
| 23 | * @param \Illuminate\Console\Scheduling\Schedule $schedule |
||
| 24 | * |
||
| 25 | * @return void |
||
| 26 | */ |
||
| 27 | protected function schedule(Schedule $schedule) |
||
| 30 | } |
||
| 31 |