Beispiel #1
0
 /**
  * @param $inputs
  */
 public function store($inputs)
 {
     $theme = new Theme();
     $theme->fill($inputs);
     $theme->save();
 }