systemModel = \app\platform\modules\system\models\SystemSetting::get(); } public function getSetting() { return $this->systemModel; } public function get($key) { return $this->getSetting()->where('key', $key)->first(); } }