File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
symfony/framework-bundle/5.1/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ protected function configureContainer(ContainerConfigurator $container): void
17
17
$ container ->import ('../config/{packages}/ ' .$ this ->environment .'/*.yaml ' );
18
18
19
19
if (is_file (\dirname (__DIR__ ).'/config/services.yaml ' )) {
20
- $ container ->import ('../config/{ services} .yaml ' );
20
+ $ container ->import ('../config/services.yaml ' );
21
21
$ container ->import ('../config/{services}_ ' .$ this ->environment .'.yaml ' );
22
22
} elseif (is_file ($ path = \dirname (__DIR__ ).'/config/services.php ' )) {
23
23
(require $ path )($ container ->withPath ($ path ), $ this );
@@ -30,7 +30,7 @@ protected function configureRoutes(RoutingConfigurator $routes): void
30
30
$ routes ->import ('../config/{routes}/*.yaml ' );
31
31
32
32
if (is_file (\dirname (__DIR__ ).'/config/routes.yaml ' )) {
33
- $ routes ->import ('../config/{ routes} .yaml ' );
33
+ $ routes ->import ('../config/routes.yaml ' );
34
34
} elseif (is_file ($ path = \dirname (__DIR__ ).'/config/routes.php ' )) {
35
35
(require $ path )($ routes ->withPath ($ path ), $ this );
36
36
}
You can’t perform that action at this time.
0 commit comments