Skip to content

Commit ba91e6d

Browse files
committed
remove phpmvcextension
1 parent e64010f commit ba91e6d

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

src/Controller/Extension/PhpMvcExtension.php

Lines changed: 0 additions & 38 deletions
This file was deleted.

src/Controller/MainController.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
namespace App\Controller;
44

5-
use App\Controller\Extension\PhpMvcExtension;
65
use App\Controller\Functions\MainFunctions;
76
use Twig\Environment;
87
use Twig\Error\LoaderError;
@@ -55,7 +54,6 @@ public function setupTwig()
5554
'debug' => true,
5655
));
5756
$this->twig->addExtension(new DebugExtension());
58-
$this->twig->addExtension(new PhpMvcExtension());
5957
}
6058

6159
public function addGlobals()

0 commit comments

Comments
 (0)