| Total Complexity | 2 |
| Total Lines | 18 |
| Duplicated Lines | 0 % |
| Coverage | 60% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class Kernel extends ConsoleKernel |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * Define the application's command schedule. |
||
| 12 | */ |
||
| 13 | protected function schedule(Schedule $schedule): void |
||
| 14 | { |
||
| 15 | // $schedule->command('inspire')->hourly(); |
||
| 16 | } |
||
| 17 | |||
| 18 | /** |
||
| 19 | * Register the commands for the application. |
||
| 20 | */ |
||
| 21 | 75 | protected function commands(): void |
|
| 26 | } |
||
| 27 | } |
||
| 28 |