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 {