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