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

fix(core): Fix all namespaces #437

This commit is contained in:
Awilum
2020-07-29 15:26:51 +03:00
parent fc425acb4c
commit d48b7e17e5

View File

@@ -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
{