Guest User

Untitled

a guest
May 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public function deleteAction(Person $person)
  2. {
  3. $this->personRepository->remove($person);
  4. $this->addFlashMessage('Bartard`s gone to hell, where`s his place.', 'Success!', \TYPO3\CMS\Core\Messaging\AbstractMessage::OK);
  5. $this->redirect('list');
  6. }
Add Comment
Please, Sign In to add comment