Skip to content

Commit 97b209e

Browse files
lukaskleinschmidtbrendt
authored andcommitted
fix(core): add missing config cache initializer (#1340)
Co-authored-by: Brent Roose <[email protected]>
1 parent c5250f8 commit 97b209e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/FrameworkKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ public function loadDiscovery(): self
157157

158158
public function loadConfig(): self
159159
{
160+
$this->container->addInitializer(ConfigCacheInitializer::class);
160161
$this->container->invoke(LoadConfig::class);
161162

162163
return $this;

0 commit comments

Comments
 (0)