改名
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user