1 | <?php |
||
31 | class UrlServiceProvider implements ServiceProviderInterface |
||
32 | { |
||
33 | /** |
||
34 | * Registers services on the given container. |
||
35 | * |
||
36 | * This method should only be used to configure services and parameters. |
||
37 | * It should not get services. |
||
38 | * |
||
39 | * @param Container $pimple A container instance |
||
40 | */ |
||
41 | public function register(Container $pimple) |
||
47 | } |
||
48 |