@@ -48,6 +48,9 @@ |
||
48 | 48 | return $channel; |
49 | 49 | } |
50 | 50 | |
51 | + /** |
|
52 | + * @param string $requestedName |
|
53 | + */ |
|
51 | 54 | private function isZendLogger(array $channels, $requestedName) |
52 | 55 | { |
53 | 56 | if (!array_key_exists('zend-log', $channels[$requestedName])) { |