From 17449ecb076193e131e8e6f7b971f17fb10f5206 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 24 Apr 2019 00:10:29 +0300 Subject: [PATCH] Slim Framework integration #118 #117 --- flextype/bootstrap.php | 1 - 1 file changed, 1 deletion(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index c7866b23..fc386537 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -12,7 +12,6 @@ namespace Flextype; -use Flextype\Component\Http\Http; use Flextype\Component\Session\Session; use Flextype\Component\ErrorHandler\ErrorHandler; use Flextype\Component\Registry\Registry;