Esempio n. 1
0
 /**
  * Simply saves the given instance
  *
  * @param  Entity $instance
  *
  * @return  boolean Success
  */
 public function save(Entity $instance)
 {
     return $instance->save();
 }