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