| 1 | <?php |
||
| 7 | class OpeningHoursServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Perform post-registration booting of services. |
||
| 11 | * |
||
| 12 | * @return void |
||
| 13 | */ |
||
| 14 | 17 | public function boot() |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Register any package services. |
||
| 27 | * |
||
| 28 | * @return void |
||
| 29 | */ |
||
| 30 | 17 | public function register() |
|
| 34 | } |
||
| 35 |
Overly long lines are hard to read on any screen. Most code styles therefor impose a maximum limit on the number of characters in a line.