Tweak message to be Flex friendly

This commit is contained in:
Ryan Weaver 2017-12-14 11:37:45 -08:00 committed by GitHub
parent f5f3dd7878
commit eaf5642b95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1158,7 +1158,7 @@ class FrameworkExtension extends Extension
}
if (!class_exists('Symfony\Component\Security\Csrf\CsrfToken')) {
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed.');
throw new LogicException('CSRF support cannot be enabled as the Security CSRF component is not installed. Try running "composer require security-csrf".');
}
if (!$this->sessionConfigEnabled) {