This commit is contained in:
2023-04-17 01:29:43 +08:00
parent dbfb477023
commit 642ec973cd
7 changed files with 47 additions and 84 deletions
-8
View File
@@ -17,14 +17,6 @@ use Kiri\Di\Inject\Container;
abstract class Server
{
/**
* @var LoggerInterface
*/
#[Container(LoggerInterface::class)]
public LoggerInterface $logger;
/**
* Server constructor.
* @throws Exception