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 afa50f4 commit ad82a45Copy full SHA for ad82a45
config/packages/twig.yaml
src/Core/ApplicationKernel.php
@@ -122,7 +122,6 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
122
$loader->load($this->getApplicationDir() . '/config/parameters.yml');
123
$loader->load($this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml');
124
$loader->load($this->getApplicationDir() . '/config/config_modules.yml');
125
- $loader->load($this->getApplicationDir() . '/config/packages/twig.yaml');
126
}
127
128
/**
0 commit comments