change migration namespace

This commit is contained in:
Julien Fastré 2021-03-02 17:15:40 +01:00
parent 6f80bd0d37
commit 3b6750951c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\DocStore;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\DocStore;
use Doctrine\Migrations\AbstractMigration;
use Doctrine\DBAL\Schema\Schema;