Total Complexity | 4 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 93.75% |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
11 | class PagOnlineServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | 1 | public function boot() |
|
16 | } |
||
17 | |||
18 | /** |
||
19 | * Register resources that can be published. |
||
20 | */ |
||
21 | 1 | public function registerPublishing() |
|
26 | } |
||
27 | |||
28 | 1 | public function register() |
|
34 | } |
||
35 | |||
36 | /** |
||
37 | * Register Factory Facade. |
||
38 | */ |
||
39 | 1 | public function registerFactory() |
|
47 |