Skip to content

Commit

Permalink
Update softdeleteable-filter.rst
Browse files Browse the repository at this point in the history
update softdeleateble configuration example
  • Loading branch information
gpetraroli authored Sep 4, 2024
1 parent d99b299 commit b17bfbc
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions docs/softdeleteable-filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ Doctrine filter.
# (or config/packages/doctrine.yaml if you use Flex)
doctrine:
orm:
entity_managers:
default:
filters:
softdeleteable:
class: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
enabled: true
filters:
softdeleteable:
class: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
enabled: true
.. note::

Expand Down

0 comments on commit b17bfbc

Please sign in to comment.