mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-09 08:02:48 +08:00
修正W助手函数
This commit is contained in:
@@ -192,7 +192,7 @@ function dump($var, $echo = true, $label = null)
|
||||
*/
|
||||
function W($name, $data = [])
|
||||
{
|
||||
return \think\Loader::action($name, $data, 'Widget');
|
||||
return \think\Loader::action($name, $data, 'widget');
|
||||
}
|
||||
|
||||
function U($url = '', $vars = '', $suffix = true, $domain = false)
|
||||
|
||||
Reference in New Issue
Block a user