Remove unused php import

This commit is contained in:
Maarten 2020-02-13 18:34:21 +01:00
parent 8f3fff2c12
commit a4c72c0d61

View file

@ -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 {