1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 22:26:46 +02:00

refactor(core): update code according to coding doctrine coding standard

This commit is contained in:
Awilum
2020-09-07 21:26:40 +03:00
parent 429b2b843b
commit 3d5ceb7088

View File

@@ -9,6 +9,7 @@ declare(strict_types=1);
namespace Flextype\Foundation;
use Psr\Container\ContainerInterface;
use Exception;
use Slim\App;