TP使用COOKIE出错Class 'think\Container' not found

浏览:679 发布日期:2020/11/20 分类:ThinkPHP5专区
使用COOKIE 出错 Class 'think\Container' not found


[0] ThrowableError in Facade.php line 65
致命错误: Class 'think\Container' not found

$class = $facadeClass;
} elseif (isset(self::$bind[$class])) {
$class = self::$bind[$class];
}

if (static::$alwaysNewInstance) {
$newInstance = true;
}

return Container::getInstance()->make($class, $args, $newInstance);
}

protected static function getFacadeClass()
{}

/**
* 带参数实例化当前Facade类
* @access public
* @return object


最佳答案
评论( 相关
后面还有条评论,点击查看>>