Skip to content

Commit

Permalink
[SCOUT] Fix members page for contact people being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwildor committed May 21, 2024
1 parent 8731a40 commit 069f8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Member.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class Member implements UserInterface {
private ?Division $division = null;

/**
* @ORM\ManyToMany(targetEntity="Division", inversedBy="contacts")
* @ORM\ManyToMany(targetEntity="Division", mappedBy="contacts")
*/
private Collection $managed_divisions;

Expand Down

0 comments on commit 069f8c4

Please sign in to comment.