modify
This commit is contained in:
@@ -51,8 +51,6 @@ class Dispatch
|
|||||||
*/
|
*/
|
||||||
public function dispatch(): mixed
|
public function dispatch(): mixed
|
||||||
{
|
{
|
||||||
// return call_user_func($this->handler, $this->request);
|
|
||||||
|
|
||||||
$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