From 3d5ceb7088445cb63441a78b24cabb42af824a3a Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 7 Sep 2020 21:26:40 +0300 Subject: [PATCH] refactor(core): update code according to coding doctrine coding standard --- src/flextype/Foundation/Flextype.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flextype/Foundation/Flextype.php b/src/flextype/Foundation/Flextype.php index cadda651..1b63c9be 100644 --- a/src/flextype/Foundation/Flextype.php +++ b/src/flextype/Foundation/Flextype.php @@ -9,6 +9,7 @@ declare(strict_types=1); namespace Flextype\Foundation; +use Psr\Container\ContainerInterface; use Exception; use Slim\App;