Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b4481a

Browse files
committed
fix
1 parent 0ec420b commit 7b4481a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,10 @@ function ($a) {
12641264
->prototype('variable')
12651265
->end()
12661266
->end()
1267+
->scalarNode('failure_transport')
1268+
->defaultNull()
1269+
->info('Transport name to send failed messages to (after all retries have failed).')
1270+
->end()
12671271
->arrayNode('retry_strategy')
12681272
->addDefaultsIfNotSet()
12691273
->beforeNormalization()

0 commit comments

Comments
 (0)