From cb3f4c07de6e7c6727cd46a794797c076bbd04ba Mon Sep 17 00:00:00 2001 From: Awilum Date: Fri, 7 Jun 2019 12:01:20 +0300 Subject: [PATCH] Flextype Core #117 - Refactoring --- flextype/bootstrap.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flextype/bootstrap.php b/flextype/bootstrap.php index ace8711c..f22ea26b 100755 --- a/flextype/bootstrap.php +++ b/flextype/bootstrap.php @@ -17,8 +17,8 @@ use Flextype\Component\ErrorHandler\ErrorHandler; use Flextype\Component\Registry\Registry; use Flextype\Component\Filesystem\Filesystem; use Thunder\Shortcode\ShortcodeFacade; -use Slim\Http\Request; -use Slim\Http\Response; +use Psr\Http\Message\ResponseInterface as Response; +use Psr\Http\Message\ServerRequestInterface as Request; use Slim\Flash\Messages; use League\Glide\ServerFactory; use League\Glide\Responses\SlimResponseFactory;