Skip to content

Commit 032de3a

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: Tweak message to be Flex friendly
2 parents 5fd5f19 + 51c7b2d commit 032de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ private function registerSecurityCsrfConfiguration(array $config, ContainerBuild
14211421
}
14221422

14231423
if (!class_exists('Symfony\Component\Security\Csrf\CsrfToken')) {
1424-
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed.');
1424+
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed. Try running "composer require security-csrf".');
14251425
}
14261426

14271427
if (!$this->sessionConfigEnabled) {

0 commit comments

Comments
 (0)