| 1 | <?php |
||
| 35 | class ShakeAroundServiceProvider implements ServiceProviderInterface |
||
| 36 | { |
||
| 37 | /** |
||
| 38 | * Registers services on the given container. |
||
| 39 | * |
||
| 40 | * This method should only be used to configure services and parameters. |
||
| 41 | * It should not get services. |
||
| 42 | * |
||
| 43 | * @param Container $pimple A container instance |
||
| 44 | */ |
||
| 45 | public function register(Container $pimple) |
||
| 51 | } |
||
| 52 |