| Total Complexity | 1 |
| Total Lines | 19 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 22 | class Kernel extends ConsoleKernel |
||
| 23 | { |
||
| 24 | /** |
||
| 25 | * The Artisan commands provided by your application. |
||
| 26 | * |
||
| 27 | * @var array |
||
| 28 | */ |
||
| 29 | protected $commands = [ |
||
| 30 | ]; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * Define the application's command schedule. |
||
| 34 | * |
||
| 35 | * @param Schedule $schedule |
||
| 36 | * |
||
| 37 | * @return void |
||
| 38 | */ |
||
| 39 | protected function schedule(Schedule $schedule) |
||
| 43 |