Total Complexity | 3 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
11 | class ViewServiceProvider extends AbstractServiceProvider |
||
12 | { |
||
13 | |||
14 | /** |
||
15 | * Register the service provider. |
||
16 | * |
||
17 | * @return void |
||
18 | */ |
||
19 | public function register() |
||
22 | } |
||
23 | |||
24 | public function registerFactory() |
||
25 | { |
||
26 | } |
||
27 | |||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | */ |
||
32 | public function provides() |
||
35 | } |
||
36 | } |
||
37 |