Skip to content

Commit 5e2e79d

Browse files
committed
Fixed replace argument of routing.loader service
1 parent f930ed2 commit 5e2e79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ private function registerRouterConfiguration(array $config, ContainerBuilder $co
780780
$loader->load('routing.xml');
781781

782782
if ($config['utf8']) {
783-
$container->getDefinition('routing.loader')->replaceArgument(2, ['utf8' => true]);
783+
$container->getDefinition('routing.loader')->replaceArgument(1, ['utf8' => true]);
784784
}
785785

786786
$container->setParameter('router.resource', $config['resource']);

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy