This commit is contained in:
2021-08-03 11:57:27 +08:00
parent e5d97e5a29
commit 34b4c42873
+1 -1
View File
@@ -193,7 +193,7 @@ class Request extends HttpService
*/ */
public function getExplode(): array public function getExplode(): array
{ {
return $this->explode; return explode('/', $this->getUri());
} }
/** /**