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;