Total Complexity | 6 |
Total Lines | 51 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
12 | class LogServiceProvider 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) |
||
32 | }; |
||
33 | } |
||
34 | |||
35 | public function formatLogConfig($app) |
||
69 |