Skip to content

Commit 8bd2ff8

Browse files
[FrameworkBundle] ConfigBuilderCacheWarmer should be non-optional
1 parent 0294563 commit 8bd2ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)