1 | <?php |
||
13 | class JsServiceProvider implements ServiceProviderInterface |
||
14 | { |
||
15 | /** |
||
16 | * Registers services on the given container. |
||
17 | * |
||
18 | * This method should only be used to configure services and parameters. |
||
19 | * It should not get services. |
||
20 | * |
||
21 | * @param Container $pimple A container instance |
||
22 | */ |
||
23 | public function register(Container $pimple) |
||
42 | } |
||
43 |