diff --git a/HttpServer/Http/Request.php b/HttpServer/Http/Request.php index e9e9a009..3d2aa28a 100644 --- a/HttpServer/Http/Request.php +++ b/HttpServer/Http/Request.php @@ -193,7 +193,7 @@ class Request extends HttpService */ public function getExplode(): array { - return $this->explode; + return explode('/', $this->getUri()); } /**