attempt to fix migrations

This commit is contained in:
2021-09-24 16:04:32 +02:00
parent 62f8d2c01d
commit 78b56dc32d
3 changed files with 222 additions and 169 deletions

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;