diff --git a/Server.php b/Server.php index 8d15b3d..a18392f 100644 --- a/Server.php +++ b/Server.php @@ -199,8 +199,6 @@ class Server extends HttpService */ public function LoadRoutingList(): void { - scan_directory(MODEL_PATH, 'app\Model'); - $this->router->scan_build_route(); }