This commit is contained in:
xl
2023-05-25 16:59:20 +08:00
parent 3016bb54f1
commit 0f1a55462e
12 changed files with 343 additions and 430 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ class Logger implements LoggerInterface
public function __construct()
{
$this->levels = Config::get('log.level', Logger::LOGGER_LEVELS);
$this->levels = \config('log.level', Logger::LOGGER_LEVELS);
}