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 2fb59f3 commit f1d40f0Copy full SHA for f1d40f0
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
@@ -65,7 +65,7 @@ public function getConfigTreeBuilder()
65
66
// convert the old configuration to the new one
67
if (isset($v['assets'])) {
68
- throw new LogicException('You cannot use assets settings under "templating.templating" and "assets" configurations in the same project.');
+ throw new \LogicException('You cannot use assets settings under "templating.templating" and "assets" configurations in the same project.');
69
}
70
71
$v['assets'] = array(
0 commit comments