Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-14 14:18:29 +08:00
parent 49d0ba7b3c
commit f2da99efce
+1 -1
View File
@@ -370,7 +370,7 @@ abstract class BaseApplication extends Component
*/ */
public function getServer(): Server public function getServer(): Server
{ {
return $this->get('server'); return Kiri::getDi()->get(Server::class);
} }