Skip to content

Commit c5c8eed

Browse files
Fix typo in symfony service filename.
1 parent 7c59031 commit c5c8eed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/FOSHttpCacheExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ private function loadNginx(ContainerBuilder $container, XmlFileLoader $loader, a
285285

286286
private function loadSymfony(ContainerBuilder $container, XmlFileLoader $loader, array $config)
287287
{
288-
$loader->load('symfony-client.xml');
288+
$loader->load('symfony.xml');
289289
foreach ($config['servers'] as $url) {
290290
$this->validateUrl($url, 'Not a valid web server address: "%s"');
291291
}

0 commit comments

Comments
 (0)