You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \LogicException('You can not use the "renderView" method if the Templating Component or the Twig Bundle are not available.');
209
+
thrownew \LogicException('You can not use the "renderView" method if the Templating Component or the Twig Bundle are not available. Try running "composer require twig"');
thrownew \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available.');
227
+
thrownew \LogicException('You can not use the "render" method if the Templating Component or the Twig Bundle are not available. Try running "composer require twig"');
thrownew \LogicException('You can not use the "stream" method if the Templating Component or the Twig Bundle are not available.');
259
+
thrownew \LogicException('You can not use the "stream" method if the Templating Component or the Twig Bundle are not available. Try running "composer require twig"');
if (!$this->container->has('security.csrf.token_manager')) {
375
-
thrownew \LogicException('CSRF protection is not enabled in your application.');
375
+
thrownew \LogicException('CSRF protection is not enabled in your application. Enable it with the "csrf_protection" key in "config/packages/framework.yaml"');
0 commit comments