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 {