Skip to content

Commit b911a33

Browse files
authored
Merge pull request #6 from Micro-PHP/v1.3.1
v1.3.1
2 parents 7ebce72 + 82216a9 commit b911a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AppKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ protected function createBootLoaderCollection(): array
177177
$this->additionalBootLoaders = [];
178178

179179
return [
180-
new DependencyProviderBootLoader($this->container),
181180
new ConfigurationProviderBootLoader($this->configuration),
181+
new DependencyProviderBootLoader($this->container),
182182
new DependedPluginsBootLoader($this),
183183
...$bl
184184
];

0 commit comments

Comments
 (0)