我在尝试激活 StofDoctrineExtensionsBundle 中的SoftDeleteable过滤器时遇到问题。我按照手册中的描述对其进行了配置:
# app/config/config.yml
doctrine:
orm:
entity_managers:
default:
filters:
softdeleteable:
class: Gedmo\SoftDeleteable\Filter\SoftDeleteableFilter
enabled: true
但这就是我得到的:
[Symfony\Component\Config\Definition\Exception\InvalidConfigurationException]
Unrecognized options "filters" under "doctrine.orm.entity_managers.default"
跑步bin/vendors update
没有帮助。有什么问题?