Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | final class LoveEventServiceProvider extends ServiceProvider |
||
24 | { |
||
25 | /** |
||
26 | * Bootstrap the application events. |
||
27 | * |
||
28 | * @return void |
||
29 | */ |
||
30 | public function boot(): void |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * Register the Love event listeners. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | private function registerListeners(): void |
||
46 |