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