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 5cf600d commit 49fb0c0Copy full SHA for 49fb0c0
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
@@ -194,12 +194,6 @@ private function getBundleHierarchy(ContainerBuilder $container)
194
return $bundleHierarchy;
195
}
196
197
- private function addTwigPath($twigFilesystemLoaderDefinition, $dir, $bundle)
198
- {
199
- $name = $this->normalizeBundleName($bundle);
200
- $twigFilesystemLoaderDefinition->addMethodCall('addPath', array($dir, $name));
201
- }
202
-
203
private function normalizeBundleName($name)
204
{
205
if ('Bundle' === substr($name, -6)) {
0 commit comments