1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

Slim Framework integration #118 #117

This commit is contained in:
Awilum
2019-04-25 00:06:39 +03:00
parent cabec338f0
commit f0842f549e

View File

@@ -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()
];
}