Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. public function removeToDo($todo)
  4. {
  5. $this->entityManager->remove($todo);
  6.  
  7. $this->entityManager->flush();
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement