modify plugin name

This commit is contained in:
2022-02-14 10:23:43 +08:00
parent c9a904f065
commit a70c66cc99
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -47,9 +47,6 @@ class Server extends AbstractServer
return;
}
$this->callback = $handler->callback[0];
$this->sender = $this->getContainer()->get(Sender::class);
$this->sender->setServer($this->server);
}