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