namespace app\index\controller;
use think\Controller;//引用命名空间
class Index extends Controller
{
public function index(){
dump(\think\config::get());
}
Are you using the same version of TP? .
Are you using the same version of TP? .