From f0d0f16d3cdaad5707140be025baf325c3996c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 24 Sep 2021 16:36:36 +0200 Subject: [PATCH] fix namespace in migration files --- .../ChillDocStoreBundle/migrations/Version20210903091534.php | 2 +- .../ChillDocStoreBundle/migrations/Version20210903123835.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Bundle/ChillDocStoreBundle/migrations/Version20210903091534.php b/src/Bundle/ChillDocStoreBundle/migrations/Version20210903091534.php index bb9e453e7..fa4182142 100644 --- a/src/Bundle/ChillDocStoreBundle/migrations/Version20210903091534.php +++ b/src/Bundle/ChillDocStoreBundle/migrations/Version20210903091534.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Chill\DocStoreBundle\Migrations; +namespace Chill\Migrations\DocStore; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration; diff --git a/src/Bundle/ChillDocStoreBundle/migrations/Version20210903123835.php b/src/Bundle/ChillDocStoreBundle/migrations/Version20210903123835.php index b7d8f78db..c91c7e173 100644 --- a/src/Bundle/ChillDocStoreBundle/migrations/Version20210903123835.php +++ b/src/Bundle/ChillDocStoreBundle/migrations/Version20210903123835.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Chill\DocStoreBundle\Migrations; +namespace Chill\Migrations\DocStore; use Doctrine\DBAL\Schema\Schema; use Doctrine\Migrations\AbstractMigration;