This commit is contained in:
2021-04-26 12:37:50 +08:00
parent 0db6782135
commit c907c42c07
4 changed files with 4 additions and 57 deletions
-10
View File
@@ -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