Fix bugs, improve perfs and use SimpleLogger instead of Monolog
This commit is contained in:
@@ -114,7 +114,7 @@ class Notification extends Base
|
||||
}
|
||||
}
|
||||
catch (Swift_TransportException $e) {
|
||||
$this->container['logger']->addError($e->getMessage());
|
||||
$this->container['logger']->error($e->getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user