File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 134
134
"bundles" : [
135
135
" Symfony\\ Bundle\\ FrameworkBundle\\ FrameworkBundle" ,
136
136
" Symfony\\ Bundle\\ MonologBundle\\ MonologBundle" ,
137
- " Symfony\\ Bundle\\ TwigBundle\\ TwigBundle" ,
138
137
" Doctrine\\ Bundle\\ DoctrineBundle\\ DoctrineBundle" ,
139
138
" Doctrine\\ Bundle\\ MigrationsBundle\\ DoctrineMigrationsBundle" ,
140
139
" PhpList\\ Core\\ EmptyStartPageBundle\\ EmptyStartPageBundle"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ public function registerContainerConfiguration(LoaderInterface $loader): void
122
122
$ loader ->load ($ this ->getApplicationDir () . '/config/parameters.yml ' );
123
123
$ loader ->load ($ this ->getRootDir () . '/config/config_ ' . $ this ->getEnvironment () . '.yml ' );
124
124
$ loader ->load ($ this ->getApplicationDir () . '/config/config_modules.yml ' );
125
- $ loader ->load ($ this ->getApplicationDir () . '/config/packages/twig.yaml ' );
126
125
}
127
126
128
127
/**
You can’t perform that action at this time.
0 commit comments