Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
7 | class EventServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * The event listener mappings for the application. |
||
11 | * |
||
12 | * @var array |
||
13 | */ |
||
14 | protected $listen = [ |
||
15 | |||
16 | ]; |
||
17 | |||
18 | /** |
||
19 | * Register any events for your application. |
||
20 | * |
||
21 | * @return void |
||
22 | */ |
||
23 | 41 | public function boot() |
|
30 |