Skip to content

Commit c8e407e

Browse files
authored
Merge pull request #533 from borNfreee/patch-2
Fix formatting of DQL query
2 parents 086faf9 + c0e1f7f commit c8e407e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ class Order
831831
}
832832
```
833833

834-
The whole idea is that any query on the order table should add a WHERE user_id = :user_id condition.
834+
The whole idea is that any query on the order table should add a `WHERE user_id = :user_id` condition.
835835

836836
Start by creating a custom annotation to mark restricted entities:
837837

0 commit comments

Comments
 (0)