Skip to content

Commit be7ccbb

Browse files
fix: move title from h3 to h2
Co-authored-by: Kévin Dunglas <[email protected]>
1 parent d17d60b commit be7ccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/doctrine-filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A Doctrine MongoDB ODM filter is basically a class implementing the `ApiPlatform
1212
API Platform includes a convenient abstract class implementing this interface and providing utility methods: `ApiPlatform\Doctrine\Odm\Filter\AbstractFilter`.
1313

1414

15-
### Using Doctrine ORM Filters
15+
## Using Doctrine ORM Filters
1616

1717
Doctrine ORM features [a filter system](https://www.doctrine-project.org/projects/doctrine-orm/en/latest/reference/filters.html) that allows the developer to add SQL to the conditional clauses of queries, regardless of the place where the SQL is generated (e.g. from a DQL query, or by loading associated entities).
1818
These are applied to collections and items and therefore are incredibly useful.

0 commit comments

Comments
 (0)