From 3c933d8e4f785eee0cd0b8c19647b37df5256571 Mon Sep 17 00:00:00 2001 From: xl Date: Fri, 26 May 2023 10:08:39 +0800 Subject: [PATCH] qqq --- Kiri.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kiri.php b/Kiri.php index d0bef238..fb843c9c 100644 --- a/Kiri.php +++ b/Kiri.php @@ -139,7 +139,7 @@ class Kiri */ public static function getLogger(): StdoutLogger { - return static::getContainer()->get(LoggerInterface::class); + return static::getContainer()->get(StdoutLogger::class); }