@@ -29,7 +29,7 @@ class Commentaire
private $contenu;
/**
- * @ORM\ManyToOne(targetEntity="AppBundle\Entity\Film", cascade={"remove"})
+ * @ORM\ManyToOne(targetEntity="AppBundle\Entity\Film")
* @ORM\JoinColumn(nullable=false)
*/
private $film;