改名
This commit is contained in:
@@ -121,7 +121,7 @@ class Node extends HttpService
|
|||||||
*/
|
*/
|
||||||
public function createDispatch(): Closure
|
public function createDispatch(): Closure
|
||||||
{
|
{
|
||||||
return function () {
|
return static function () {
|
||||||
$dispatchParam = Context::getContext('dispatch-param');
|
$dispatchParam = Context::getContext('dispatch-param');
|
||||||
if (empty($dispatchParam)) {
|
if (empty($dispatchParam)) {
|
||||||
$dispatchParam = [\request()];
|
$dispatchParam = [\request()];
|
||||||
|
|||||||
Reference in New Issue
Block a user