We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64010f commit ba91e6dCopy full SHA for ba91e6d
2 files changed
src/Controller/Extension/PhpMvcExtension.php
src/Controller/MainController.php
@@ -2,7 +2,6 @@
2
3
namespace App\Controller;
4
5
-use App\Controller\Extension\PhpMvcExtension;
6
use App\Controller\Functions\MainFunctions;
7
use Twig\Environment;
8
use Twig\Error\LoaderError;
@@ -55,7 +54,6 @@ public function setupTwig()
55
54
'debug' => true,
56
));
57
$this->twig->addExtension(new DebugExtension());
58
- $this->twig->addExtension(new PhpMvcExtension());
59
}
60
61
public function addGlobals()
0 commit comments