change namespace migration

This commit is contained in:
Julie Lenaerts 2021-09-09 17:44:37 +02:00
parent 05aaa32881
commit 88c192c22e

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\DocStoreBundle\Migrations;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;