Esempio n. 1
0
 public function store($properties)
 {
     $find = new FindEvent($properties);
     $find->save();
     return $find->getId();
 }