Skip to content

Commit

Permalink
Removed organisations from request body
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvdlinde committed Feb 13, 2020
1 parent b42bc74 commit df9ff5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/Entity/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ class Request

/**
* @MaxDepth(1)
* @Groups({"read", "write"})
* @ORM\ManyToMany(targetEntity="App\Entity\Organization", inversedBy="requests")
*/
private $organizations;
Expand Down

0 comments on commit df9ff5b

Please sign in to comment.