改名
This commit is contained in:
@@ -127,7 +127,7 @@ class Node extends HttpService
|
|||||||
* @throws NotFindClassException
|
* @throws NotFindClassException
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
private function createDispatch(): Closure
|
#[Pure] private function createDispatch(): Closure
|
||||||
{
|
{
|
||||||
return $this->normalHandler($this, $this->handler);
|
return $this->normalHandler($this, $this->handler);
|
||||||
|
|
||||||
@@ -161,6 +161,7 @@ class Node extends HttpService
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @param $application
|
* @param $application
|
||||||
|
* @param $handler
|
||||||
* @return Closure
|
* @return Closure
|
||||||
*/
|
*/
|
||||||
private function normalHandler($application, $handler): Closure
|
private function normalHandler($application, $handler): Closure
|
||||||
|
|||||||
Reference in New Issue
Block a user