1 | <?php |
||
16 | class IMCloudServiceProvider extends ServiceProvider |
||
17 | { |
||
18 | /** |
||
19 | * Registers services on the given container. |
||
20 | * |
||
21 | * This method should only be used to configure services and parameters. |
||
22 | * It should not get services. |
||
23 | * |
||
24 | * @param Container $pimple A container instance |
||
25 | */ |
||
26 | public function register(Container $pimple) |
||
41 | } |
||
42 |