Skip to content

Commit

Permalink
fix: Fixed mappings App\GeneratedEntity\NSPage#usersProxy and App\Ent…
Browse files Browse the repository at this point in the history
…ity\PositionedPageUser#nodeSource are inconsistent with each other
  • Loading branch information
ambroisemaupate committed Jul 22, 2022
1 parent f58f2a7 commit 0b8d980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/PositionedPageUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class PositionedPageUser extends AbstractPositioned
{
/**
* @var NodesSources|null
* @ORM\ManyToOne(targetEntity="\App\GeneratedEntity\NSPage", inversedBy="eventReferencesProxy")
* @ORM\ManyToOne(targetEntity="\App\GeneratedEntity\NSPage", inversedBy="usersProxy")
* @ORM\JoinColumn(name="node_source_id", onDelete="CASCADE")
*/
private ?NodesSources $nodeSource;
Expand Down

0 comments on commit 0b8d980

Please sign in to comment.