sonata_notification.consumers下的无法识别的选项swift_mailer错误

时间:2013-07-12 11:46:14

标签: php symfony symfony-sonata

我正在尝试使用sonataNotificationBundle,我做了文档中提到的所有配置,但是我收到了以下错误,

Unrecognized options swift_mailer under sonata_notification.consumers

在此之前,我正在

Unrecognized options consumer under sonata_notification

我深入了解sonata / NotificationBundle / DependencyInjection / Configuration.php,

->arrayNode('consumers')

是用代码编写的,但在文档中它是“消费者”

http://sonata-project.org/bundles/notification/2-1/doc/reference/advanced_configuration.html

之后我改为“消费者”,我现在已经低于错误了

Unrecognized options swift_mailer under sonata_notification.consumers

1 个答案:

答案 0 :(得分:0)

这是doc中的拼写错误(swift_mailer是2.0配置,doc根本不是最新的),你可以分叉编辑它。

只需删除配置文件中的consumer选项。