From a4c72c0d61d2951384dc1cda0c8374e838c15e0d Mon Sep 17 00:00:00 2001 From: Maarten Date: Thu, 13 Feb 2020 18:34:21 +0100 Subject: [PATCH] Remove unused php import --- src/Runtime/Factory/BootstrapFactory.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Runtime/Factory/BootstrapFactory.php b/src/Runtime/Factory/BootstrapFactory.php index 813e174..b1d1815 100644 --- a/src/Runtime/Factory/BootstrapFactory.php +++ b/src/Runtime/Factory/BootstrapFactory.php @@ -7,7 +7,6 @@ use Runtime\Exceptions\Exceptions\ClassNotFoundException; use Runtime\Http\View\ViewEngine; use Runtime\Router\Route; use Runtime\Exceptions\ExceptionHandler; -use Twig\Environment; class BootstrapFactory {