File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,11 @@ private function createContainer(): void
124
124
'extensions ' => ExtensionsExtension::class,
125
125
];
126
126
}
127
-
127
+
128
+ if ($ this ->config ['debugMode ' ] !== null ) {
129
+ $ configurator ->setDebugMode ((bool ) $ this ->config ['debugMode ' ]);
130
+ }
131
+
128
132
if ($ this ->config ['logDir ' ] !== null ) {
129
133
$ logDir = $ this ->path . '/ ' . $ this ->config ['logDir ' ];
130
134
FileSystem::createDir ($ logDir );
@@ -140,9 +144,7 @@ private function createContainer(): void
140
144
$ tempDir = $ this ->getTempDir ();
141
145
$ configurator ->setTempDirectory ($ tempDir );
142
146
143
- if ($ this ->config ['debugMode ' ] !== null ) {
144
- $ configurator ->setDebugMode ((bool ) $ this ->config ['debugMode ' ]);
145
- }
147
+
146
148
147
149
/** @var iterable<string> $configFiles */
148
150
$ configFiles = $ this ->configFiles !== [] ? $ this ->configFiles : $ this ->config ['configFiles ' ];
You can’t perform that action at this time.
0 commit comments