Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 1 | Features | 1 |
1 | <?php |
||
13 | class MediaLibraryServiceProvider extends AbstractSignatureServiceProvider implements BootableServiceProviderInterface |
||
14 | { |
||
15 | /** |
||
16 | * {@inheritdoc} |
||
17 | */ |
||
18 | public function register() |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * {@inheritdoc} |
||
25 | */ |
||
26 | public function provides() |
||
27 | { |
||
28 | return [LoaderInterface::class]; |
||
29 | } |
||
30 | |||
31 | public function boot() |
||
34 | } |
||
35 | } |
||
36 |