Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
7 | class EventServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | protected $listen = [ |
||
10 | |||
11 | ]; |
||
12 | |||
13 | /** |
||
14 | * Bootstrap services. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | public function boot() |
||
19 | { |
||
20 | parent::boot(); |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Register services. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | public function register() |
||
30 | // |
||
31 | } |
||
33 |