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