File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ The generated JSON using previous settings is below:
296
296
` ` `
297
297
298
298
In order to optimize such embedded relations, the default Doctrine data provider will automatically join entities on relations
299
- marked as [`EAGER`](https://www.doctrine-project.org/projects/doctrine-orm/en/2.6 /reference/annotations-reference.html#manytoone).
299
+ marked as [`EAGER`](https://www.doctrine-project.org/projects/doctrine-orm/en/latest /reference/annotations-reference.html#manytoone).
300
300
This avoids the need for extra queries to be executed when serializing the related objects.
301
301
302
302
Instead of embedding relations in the main HTTP response, you may want [to "push" them to the client using HTTP/2 server push](push-relations.md).
You can’t perform that action at this time.
0 commit comments