summaryrefslogtreecommitdiff
path: root/src/Renderer/Twig/Extensions/Session.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2019-03-16 22:02:36 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2019-11-29 18:42:20 +0100
commit15e6740e12df3fa53c4b0f3e85e3d91590f0ef60 (patch)
treeab90961b0e5915f35de61518f684426410a96d05 /src/Renderer/Twig/Extensions/Session.php
parentf8e1f8508957dfb2f4db1485f3e17358f9a72a31 (diff)
Twig update to > 2.11: Fixed namespaces, warnings and cleanup
Diffstat (limited to 'src/Renderer/Twig/Extensions/Session.php')
-rw-r--r--src/Renderer/Twig/Extensions/Session.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Renderer/Twig/Extensions/Session.php b/src/Renderer/Twig/Extensions/Session.php
index 4690f701..378e977e 100644
--- a/src/Renderer/Twig/Extensions/Session.php
+++ b/src/Renderer/Twig/Extensions/Session.php
@@ -3,8 +3,8 @@
namespace Engelsystem\Renderer\Twig\Extensions;
use Symfony\Component\HttpFoundation\Session\Session as SymfonySession;
-use Twig_Extension as TwigExtension;
-use Twig_Function as TwigFunction;
+use Twig\Extension\AbstractExtension as TwigExtension;
+use Twig\TwigFunction;
class Session extends TwigExtension
{