eee
This commit is contained in:
+1
-2
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user