mirror of
https://github.com/filegator/filegator.git
synced 2025-08-14 04:14:03 +02:00
refactoring
This commit is contained in:
@@ -12,5 +12,5 @@ namespace Filegator\Services\Logger;
|
||||
|
||||
interface LoggerInterface
|
||||
{
|
||||
public function log(string $message, string $level);
|
||||
public function log(string $message, int $level);
|
||||
}
|
||||
|
Reference in New Issue
Block a user