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