mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 20:52:48 +08:00
修正
This commit is contained in:
@@ -1304,7 +1304,7 @@ class Request
|
||||
public function dispatch($dispatch = null, $type = 'module', $params = [])
|
||||
{
|
||||
if (!is_null($dispatch)) {
|
||||
$this->dispatch = ['type' => $type, $type => $dispatch, 'params' => $param];
|
||||
$this->dispatch = ['type' => $type, $type => $dispatch, 'params' => $params];
|
||||
}
|
||||
return $this->dispatch;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user