1 | <?php |
||
13 | class TestServiceProvider implements ServiceProviderInterface |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * Lebran\Container service provider interface. |
||
18 | * |
||
19 | * This method should only be used to configure services and parameters. |
||
20 | * |
||
21 | * @param Container $di The container instance. |
||
22 | * |
||
23 | * @return void |
||
24 | */ |
||
25 | public function register(Container $di) |
||
29 | } |