Skip to content

Commit 79ff688

Browse files
committed
fixed small typo in order filter example (null values)
1 parent f6e5119 commit 79ff688

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
@@ -330,7 +330,7 @@ For instance, treat entries with a property value of `null` as the smallest, wit
330330
# app/config/api_filters.yml
331331
services:
332332
offer.order_filter:
333-
parent: 'api_platform.doctrine.orm.date_filter'
333+
parent: 'api_platform.doctrine.orm.order_filter'
334334
arguments: [ { validFrom: { nulls_comparison: 'nulls_smallest' } } ]
335335
tags: [ 'api_platform.filter' ]
336336
```

0 commit comments

Comments
 (0)