This commit is contained in:
2023-08-14 22:14:35 +08:00
parent 86b7048d54
commit 5c91274d7b
4 changed files with 12 additions and 12 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
namespace Kiri\Server\Handler;
use Kiri\Di\Inject\Container;
use Monolog\Logger;
use Kiri\Error\StdoutLogger;
use Psr\Container\ContainerExceptionInterface;
use Psr\Container\NotFoundExceptionInterface;
use Psr\Log\LoggerInterface;
@@ -24,10 +24,10 @@ class OnServer extends Server
/**
* @var Logger
* @var StdoutLogger
*/
#[Container(LoggerInterface::class)]
public Logger $logger;
public StdoutLogger $logger;
/**