From d48b7e17e5056ac0e099dac329feb2d24a5fced1 Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 29 Jul 2020 15:26:51 +0300 Subject: [PATCH] fix(core): Fix all namespaces #437 --- src/flextype/app/{Support => Foundation}/Container.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/flextype/app/{Support => Foundation}/Container.php (94%) diff --git a/src/flextype/app/Support/Container.php b/src/flextype/app/Foundation/Container.php similarity index 94% rename from src/flextype/app/Support/Container.php rename to src/flextype/app/Foundation/Container.php index ad0e3432..808f84a5 100644 --- a/src/flextype/app/Support/Container.php +++ b/src/flextype/app/Foundation/Container.php @@ -7,7 +7,7 @@ declare(strict_types=1); * Founded by Sergey Romanenko and maintained by Flextype Community. */ -namespace Flextype\App\Support; +namespace Flextype\App\Foundation; class Container {