欢迎来到元素模板ys720.com,本站提供专业的织梦模板PBOOTCMS模板网站模板网站修改/网站仿站
当前位置:主页 > 程序教程 > thinkphp教程 >
thinkphp教程

Non-static method think\Env::get() should not be called statically, assuming $this from incompatible context

(元素模板) / 2021-10-24 12:33
thinkphp5.1  提示Non-static method think\Env::get() should not be called statically, assuming $this from incompatible context 解决方法

使用Env::get('root_path') 来获取路径 显示上面错误

原因是TP5.1.39版本

将引入的Env 由

think\Env 改为think\facade\Env

所以 改成 

use think\facade\Env;  就可以了

Copyright @ 2013-2021 元素模板 www.ys720.com All Rights Reserved. 版权所有 元素模板 www.ys720.com