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.
2 parents 7ebce72 + 82216a9 commit b911a33Copy full SHA for b911a33
src/AppKernel.php
@@ -177,8 +177,8 @@ protected function createBootLoaderCollection(): array
177
$this->additionalBootLoaders = [];
178
179
return [
180
- new DependencyProviderBootLoader($this->container),
181
new ConfigurationProviderBootLoader($this->configuration),
+ new DependencyProviderBootLoader($this->container),
182
new DependedPluginsBootLoader($this),
183
...$bl
184
];
0 commit comments