Skip to content
Snippets Groups Projects
Commit 53f61a96 authored by Camille Simiand's avatar Camille Simiand
Browse files

Fix Doctrine errors

parent 07d1cfe6
No related branches found
No related tags found
1 merge request!45tuleap-81-allow-a-new-user-to-access-the-capsule-edition-mode
Pipeline #759 canceled
......@@ -32,7 +32,7 @@ class Capsule
/**
*
* @ORM\ManyToOne(targetEntity="App\Entity\User", inversedBy="capsulesCreated")
* @ORM\ManyToOne(targetEntity="App\Entity\User")
* @ORM\JoinColumn(name="aut_crea", referencedColumnName="id", nullable=false)
*
*/
......@@ -46,7 +46,7 @@ class Capsule
/**
*
* @ORM\ManyToOne(targetEntity="App\Entity\User", inversedBy="capsulesEdited")
* @ORM\ManyToOne(targetEntity="App\Entity\User")
* @ORM\JoinColumn(name="aut_maj", referencedColumnName="id")
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment