I'm having problems activating the SoftDeleteable filter in the StofDoctrineExtensionsBundle . I configured it as described in the manual :
doctrine:
orm:
entity_managers:
default:
filters:
softdeleteable:
class: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
enabled: true
But this is what I get:
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
Unrecognized options "filters" under "doctrine.orm.entity_managers.default"
The launch bin/vendors updatedid not help. What could be wrong?
source
share