|
|
@@ -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);
|
|
|
}
|
|
|
|
|
|
/**
|