8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6f676 commit dd759bdCopy full SHA for dd759bd
src/Symfony/Components/DependencyInjection/Loader/Extension/SymfonyTemplatingExtension.php
@@ -85,7 +85,7 @@ public function templatingLoad($config)
85
}
86
else
87
{
88
- $helpers = array(
+ $helpers = null === $config['helper'] ? array() : array(
89
new Reference('symfony.templating.helper.javascripts'),
90
new Reference('symfony.templating.helper.stylesheets'),
91
);
0 commit comments