在本地运行项目时发生异常错误。尝试获取非对象错误的属性“ locale”。我真的不知道这是怎么回事。
public function __construct() {
$this->global = Setting::first();
App::setLocale($this->global->locale);
Carbon::setLocale($this->global->locale);
setlocale(LC_TIME,$this->global->locale.'_'.strtoupper($this->global->locale));
}
此代码添加了“语言环境”。
答案 0 :(得分:0)
用您的var_dump(Setting::first());die();
方法使__construct()