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 986513d commit fd14e00Copy full SHA for fd14e00
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