2
0
Michael Grinko 12 жил өмнө
parent
commit
fab4ec2c12

+ 1 - 1
src/Monolog/Logger.php

@@ -344,7 +344,7 @@ class Logger implements LoggerInterface
      */
     public function addEmergency($message, array $context = array())
     {
-      return $this->addRecord(static::EMERGENCY, $message, $context);
+        return $this->addRecord(static::EMERGENCY, $message, $context);
     }
 
     /**