Example #1
0
 /**
  * Creates new entity
  *
  * @return mixed
  */
 public function execute()
 {
     $this->repository->remove($this->object);
     $this->postRemove($this->object);
 }