@@ -22,7 +22,6 @@ |
||
22 | 22 | use PPI\Framework\View\TemplateLocator; |
23 | 23 | use PPI\Framework\View\TemplateNameParser; |
24 | 24 | // Mustache |
25 | -use Symfony\Bundle\FrameworkBundle\Templating\Loader\FilesystemLoader; |
|
26 | 25 | use Symfony\Component\Templating\Helper\AssetsHelper; |
27 | 26 | // Twig |
28 | 27 |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use Symfony\Component\Routing\Matcher\UrlMatcher as UrlMatcher; |
15 | 15 | use Symfony\Component\Routing\Route as Route; |
16 | 16 | use Symfony\Component\Routing\RouteCollection; |
17 | -use Symfony\Component\Routing\Router; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * The PPI MicroApp bootstrap class. |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | namespace PPI\Framework\Router\Loader; |
12 | 12 | |
13 | -use Illuminate\Routing\Router; |
|
14 | 13 | use Illuminate\Routing\Router as LaravelRouter; |
15 | 14 | |
16 | 15 | /** |