Total Complexity | 1 |
Total Lines | 19 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php declare(strict_types = 1); |
||
15 | class ServiceProvider extends \League\Container\ServiceProvider\AbstractServiceProvider { |
||
16 | |||
17 | /** |
||
18 | * {@inheritDoc} |
||
19 | */ |
||
20 | protected $provides = [ |
||
21 | PostInterface::class, |
||
22 | TermInterface::class, |
||
23 | ]; |
||
24 | |||
25 | /** |
||
26 | * {@inheritDoc} |
||
27 | */ |
||
28 | public function register(): void { |
||
37 |