Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * @ApiResource(
- * attributes={"security"="is_granted('ROLE_ADMIN')"},
- * denormalizationContext={"groups"={
- * "transportCompanyWrite"
- * },
- * "enable_max_depth"=true
- * },
- * normalizationContext={
- * "groups"={
- * "transportCompanyRead"
- * },
- * "enable_max_depth"=true
- * },
- * collectionOperations={
- * "get"={"security"="is_granted('ROLE_ADMIN')"}
- * },
- * itemOperations={
- * "get", "put"
- * }
- * )
Advertisement
Add Comment
Please, Sign In to add comment