Skip to content

Commit

Permalink
fix: fix/duplicate-property-error (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope authored May 21, 2024
1 parent 3551858 commit 474f025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Models/V2/FundingProgramme.php
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public function organisations(): HasManyThrough
Application::class,
'funding_programme_uuid',
'uuid',
'uuid',
'organisation_uuid'
);
}
Expand Down

0 comments on commit 474f025

Please sign in to comment.