mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
修正一处错误
This commit is contained in:
@@ -91,7 +91,7 @@ class App
|
||||
break;
|
||||
case 'module':
|
||||
// 模块/控制器/操作
|
||||
$data = self::module(self::$dispatch['data'], self::$dispatch['bind'], $config);
|
||||
$data = self::module(self::$dispatch['data'], $config);
|
||||
break;
|
||||
case 'controller':
|
||||
// 执行控制器操作
|
||||
|
||||
Reference in New Issue
Block a user