Skip to content

Commit c97d311

Browse files
committed
🐛 typo broke the relationship
1 parent 146969c commit c97d311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entities/ContentType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class ContentType
6464
/**
6565
* @var \Doctrine\Common\Collections\Collection|File[]
6666
*
67-
* @@OneToMany(targetEntity="File", mappedBy="contentType")
67+
* @OneToMany(targetEntity="File", mappedBy="contentType")
6868
*/
6969
private $files;
7070

0 commit comments

Comments
 (0)