@@ -1,30 +1,30 @@ |
||
| 1 | -<?php |
|
| 1 | + <?php |
|
| 2 | 2 | |
| 3 | -namespace App\Console; |
|
| 3 | + namespace App\Console; |
|
| 4 | 4 | |
| 5 | -use Illuminate\Console\Scheduling\Schedule; |
|
| 6 | -use Laravel\Lumen\Console\Kernel as ConsoleKernel; |
|
| 5 | + use Illuminate\Console\Scheduling\Schedule; |
|
| 6 | + use Laravel\Lumen\Console\Kernel as ConsoleKernel; |
|
| 7 | 7 | |
| 8 | 8 | /** |
| 9 | 9 | * Class Kernel. |
| 10 | 10 | */ |
| 11 | -class Kernel extends ConsoleKernel |
|
| 12 | -{ |
|
| 13 | - /** |
|
| 11 | + class Kernel extends ConsoleKernel |
|
| 12 | + { |
|
| 13 | + /** |
|
| 14 | 14 | * The Artisan commands provided by your application. |
| 15 | 15 | * |
| 16 | 16 | * @var array |
| 17 | 17 | */ |
| 18 | - protected $commands = []; |
|
| 18 | + protected $commands = []; |
|
| 19 | 19 | |
| 20 | - /** |
|
| 20 | + /** |
|
| 21 | 21 | * Define the application's command schedule. |
| 22 | 22 | * |
| 23 | 23 | * @param \Illuminate\Console\Scheduling\Schedule $schedule |
| 24 | 24 | * |
| 25 | 25 | * @return void |
| 26 | 26 | */ |
| 27 | - protected function schedule(Schedule $schedule) |
|
| 28 | - { |
|
| 29 | - } |
|
| 27 | + protected function schedule(Schedule $schedule) |
|
| 28 | + { |
|
| 29 | + } |
|
| 30 | 30 | } |