Total Complexity | 9 |
Total Lines | 79 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
16 | class LogServiceProvider 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) |
||
52 | }; |
||
53 | } |
||
54 | |||
55 | public function formatLogConfig($app) |
||
100 |