mirror of
https://github.com/filegator/filegator.git
synced 2025-08-20 22:41:30 +02:00
refactoring
This commit is contained in:
@@ -32,7 +32,7 @@ class MonoLogger implements Service, LoggerInterface
|
||||
$handler->registerFatalHandler();
|
||||
}
|
||||
|
||||
public function log(string $message, string $level = Logger::INFO)
|
||||
public function log(string $message, int $level = Logger::INFO)
|
||||
{
|
||||
$this->logger->log($level, $message);
|
||||
}
|
||||
|
Reference in New Issue
Block a user