mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix typo
This commit is contained in:
@@ -77,7 +77,7 @@ class Monolog extends ServiceAbstract implements ServiceInterface
|
|||||||
if (!class_exists($handlerClassName))
|
if (!class_exists($handlerClassName))
|
||||||
{
|
{
|
||||||
throw new \Exception(sprintf(
|
throw new \Exception(sprintf(
|
||||||
'Unable to log monolog handler ùs looked for class %s'
|
'Unable to log monolog handler %s looked for class %s'
|
||||||
, $handlerName
|
, $handlerName
|
||||||
, $handlerClassName)
|
, $handlerClassName)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user