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
は役に立ちませんでした。何が間違っている可能性がありますか?