8000
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.
1 parent ade060e commit 5bc0b05Copy full SHA for 5bc0b05
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -52,7 +52,7 @@ public function getConfigTreeBuilder()
52
53
$rootNode
54
->beforeNormalization()
55
- ->ifTrue(function ($v) { return !isset($v['assets']) && isset($v['templating']); })
+ ->ifTrue(function ($v) { return !isset($v['assets']) && isset($v['templating']) && class_exists(Package::class); })
56
->then(function ($v) {
57
$v['assets'] = array();
58
0 commit comments