stof / StofDoctrineExtensionsBundle

Integration bundle for DoctrineExtensions by l3pp4rd in Symfony
https://symfony.com/bundles/StofDoctrineExtensionsBundle/current/index.html
MIT License
1.89k stars 379 forks source link

Update softdeleteable-filter.rst #493

Closed gpetraroli closed 1 month ago

gpetraroli commented 1 month ago

update softdeleateble configuration example

I think the the configuration example is related to an older version.

stof commented 1 month ago

The example uses the expanded syntax (supporting multiple entity managers), while you switch it to the shortcut syntax (supporting only the default entity manager). But both are valid. and the documentation has a note after that code snippet about the short syntax, which would not make sense if the code snippet shows the short syntax and not the expanded syntax.

gpetraroli commented 1 month ago

thank you @stof