ErrorException试图获取非对象的属性“ locale”

时间:2019-07-23 13:58:40

标签: php laravel

在本地运行项目时发生异常错误。尝试获取非对象错误的属性“ 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));
}

此代码添加了“语言环境”。

1 个答案:

答案 0 :(得分:0)

用您的var_dump(Setting::first());die();方法使__construct()