fix namespace in migration files

This commit is contained in:
Julien Fastré 2021-09-24 16:36:36 +02:00
parent 832c7bab9f
commit f0d0f16d3c
2 changed files with 2 additions and 2 deletions

View File

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

View File

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