1 | <?php |
||
11 | class AppLoggerFactory |
||
12 | { |
||
13 | /** |
||
14 | * @param ContainerInterface $container |
||
15 | * @return Logger |
||
16 | * @throws \Psr\Container\ContainerExceptionInterface |
||
17 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
18 | * @throws \Exception |
||
19 | */ |
||
20 | 34 | public function __invoke(ContainerInterface $container) |
|
51 | } |
||
52 |