From 76c9cd5be3dac01c4f4541d47e15a0fc503cba29 Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Sun, 21 Mar 2021 14:29:00 +0100 Subject: [PATCH] change migration namespace --- .../ChillPersonBundle/migrations/Version20210128152747.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillPersonBundle/migrations/Version20210128152747.php b/src/Bundle/ChillPersonBundle/migrations/Version20210128152747.php index 8dbcb91da..120be0800 100644 --- a/src/Bundle/ChillPersonBundle/migrations/Version20210128152747.php +++ b/src/Bundle/ChillPersonBundle/migrations/Version20210128152747.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Application\Migrations; +namespace Chill\Migrations\Person; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration;