Exemplo n.º 1
0
 /**
  * Persist an entity or an entity collection in the database.
  *
  * @param  Mappable|Collection|array $entity
  * @return Mappable|Collection|array
  */
 public function store($entity)
 {
     return $this->mapper->store($entity);
 }