Total Complexity | 3 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
7 | class WebHookServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Register services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function register() |
||
16 | // |
||
17 | } |
||
18 | |||
19 | /** |
||
20 | * Bootstrap services. |
||
21 | * |
||
22 | * @return void |
||
23 | */ |
||
24 | public function boot() |
||
25 | { |
||
26 | // |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * Get the services provided by the provider. |
||
31 | * |
||
32 | * @return array |
||
33 | */ |
||
34 | public function provides() |
||
37 | } |
||
38 | } |
||
39 |