mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-06 23:02:48 +08:00
添加执行信息日志
This commit is contained in:
@@ -346,6 +346,8 @@ class Loader
|
||||
parse_str($vars, $vars);
|
||||
}
|
||||
$method = new \ReflectionMethod($class, $action . Config::get('action_suffix'));
|
||||
// 记录执行信息
|
||||
Log::record('[ RUN ] ' . $method->getFileName(), 'info');
|
||||
return $method->invokeArgs($class, $vars);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user