This commit is contained in:
2021-08-01 14:08:41 +08:00
parent 7700c16b56
commit 57e5bd000a
2 changed files with 4 additions and 16 deletions
+1 -12
View File
@@ -228,6 +228,7 @@ class Request extends HttpService
return current($this->explode);
}
/**
* @return string
*/
@@ -237,18 +238,6 @@ class Request extends HttpService
}
/**
* @return mixed
* @throws Exception
*/
public function adapter(): void
{
if (!$this->isHead()) {
router()->dispatch();
}
}
/**
* @return string|null
*/