Exemplo n.º 1
0
 /**
  * @param \OliverHader\IrreTutorial\Domain\Model\Content $newContent
  * @return void
  */
 public function createAction(\OliverHader\IrreTutorial\Domain\Model\Content $newContent)
 {
     $this->contentRepository->add($newContent);
     $this->redirect('list');
 }