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 9652ff0 commit 4fa4f4fCopy full SHA for 4fa4f4f
templating/app_variable.rst
@@ -6,7 +6,7 @@ How to Access the User, Request, Session & more in Twig via the ``app`` Variable
6
7
During each request, Symfony will set a global template variable ``app``
8
in both Twig and PHP template engines by default. The ``app`` variable
9
-is a :class:`Symfony\\Bundle\\FrameworkBundle\\Templating\\GlobalVariables`
+is a :class:`Symfony\\Bridge\\Twig\\AppVariable`
10
instance which will give you access to some application specific variables
11
automatically:
12
0 commit comments