Exemplo n.º 1
0
 public function create($option)
 {
     $optionObj = new Option();
     $optionObj->fill($option);
     $optionObj->save();
 }