Skip to content

Commit ad82a45

Browse files
committed
remove twig
1 parent afa50f4 commit ad82a45

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

config/packages/twig.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/Core/ApplicationKernel.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
122122
$loader->load($this->getApplicationDir() . '/config/parameters.yml');
123123
$loader->load($this->getRootDir() . '/config/config_' . $this->getEnvironment() . '.yml');
124124
$loader->load($this->getApplicationDir() . '/config/config_modules.yml');
125-
$loader->load($this->getApplicationDir() . '/config/packages/twig.yaml');
126125
}
127126

128127
/**

0 commit comments

Comments
 (0)