Skip to content

Commit 386e2fa

Browse files
[FrameworkBundle] ConfigBuilderCacheWarmer should be non-optional
1 parent e526d81 commit 386e2fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheWarmer/ConfigBuilderCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ private function dumpExtension(ExtensionInterface $extension, ConfigBuilderGener
8585

8686
public function isOptional(): bool
8787
{
88-
return true;
88+
return false;
8989
}
9090
}

0 commit comments

Comments
 (0)