@@ -40,12 +40,12 @@ |
||
40 | 40 | */ |
41 | 41 | private ?Video $video = null; |
42 | 42 | |
43 | - /** |
|
44 | - * @ORM\ManyToOne(targetEntity="VideoGamesRecords\CoreBundle\Entity\ProofRequest") |
|
45 | - * @ORM\JoinColumns({ |
|
46 | - * @ORM\JoinColumn(name="idProofRequest", referencedColumnName="id", nullable=true) |
|
47 | - * }) |
|
48 | - */ |
|
43 | + /** |
|
44 | + * @ORM\ManyToOne(targetEntity="VideoGamesRecords\CoreBundle\Entity\ProofRequest") |
|
45 | + * @ORM\JoinColumns({ |
|
46 | + * @ORM\JoinColumn(name="idProofRequest", referencedColumnName="id", nullable=true) |
|
47 | + * }) |
|
48 | + */ |
|
49 | 49 | private ?ProofRequest $proofRequest = null; |
50 | 50 | |
51 | 51 | /** |