Commit 6b63936d authored by MBoretto's avatar MBoretto

fix cs

parent 2296e807
......@@ -72,10 +72,10 @@ class TelegramLog
self::$monolog = $external_monolog;
foreach (self::$monolog->getHandlers() as $handler) {
if ($handler->getLevel() == 400 ) {
if ($handler->getLevel() == 400) {
self::$error_log_path = true;
}
if ($handler->getLevel() == 100 ) {
if ($handler->getLevel() == 100) {
self::$debug_log_path = true;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment