改名
This commit is contained in:
@@ -450,16 +450,6 @@ class Request extends HttpService
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return mixed
|
||||
* @throws Exception
|
||||
*/
|
||||
public function dispatch(): mixed
|
||||
{
|
||||
return $this->is('favicon.ico') ? \send(null) : \router()->dispatch();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @param $request
|
||||
* @return mixed
|
||||
|
||||
Reference in New Issue
Block a user