Exemplo n.º 1
0
 /**
  * Flush entity to DB
  * @param EntityInterface $entity
  * @return $this
  */
 public function save(EntityInterface $entity)
 {
     $entity->save();
     return $this;
 }