This commit is contained in:
xl
2024-09-04 12:27:52 +08:00
parent eaed9020db
commit 0e34ee9542
2 changed files with 1 additions and 377 deletions
+1 -2
View File
@@ -38,8 +38,7 @@ class ServerCommand extends Command
public function __construct(string $name = null)
{
parent::__construct($name);
$container = Kiri::getDi();
$this->state = $container->get(State::class);
$this->state = Kiri::getDi()->get(State::class);
}