Exemplo n.º 1
0
 public function update(array $data = [], array $localizedData = [])
 {
     $this->themeWidget->constructing_data = json_encode(array_merge($data, $localizedData));
     if ($this->themeWidget->save() === true) {
         return true;
     }
     return [trans('error.database_update')];
 }