From f0842f549ec8928ac19ad448af9e719058bdacad Mon Sep 17 00:00:00 2001 From: Awilum Date: Thu, 25 Apr 2019 00:06:39 +0300 Subject: [PATCH] Slim Framework integration #118 #117 --- flextype/twig/GlobalVarsTwigExtension.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flextype/twig/GlobalVarsTwigExtension.php b/flextype/twig/GlobalVarsTwigExtension.php index 52fd9cc8..cb79e9d7 100644 --- a/flextype/twig/GlobalVarsTwigExtension.php +++ b/flextype/twig/GlobalVarsTwigExtension.php @@ -30,7 +30,7 @@ class GlobalVarsTwigExtension extends \Twig_Extension implements \Twig_Extension public function getGlobals() { return [ - 'flextype_version' => '0.9.0', + 'flextype_version' => FLEXTYPE_VERSION, 'registry' => $this->flextype['registry']->dump() ]; }