public function updateByType(array $data) { $setting = $this->model->where('type', $data['type'])->first(); $setting->update($data); return true; }