add missing namespace

This commit is contained in:
Daniel Seifert 2024-03-22 15:31:30 +01:00
parent a2c4f58bdc
commit 866f282972
Signed by: DanielS
GPG Key ID: 8A7C4C6ED1915C6F
2 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,7 @@ namespace D3\DecodeMigrations\migration\data;
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\BlobType;
use Doctrine\Migrations\AbstractMigration;
/**

View File

@ -6,6 +6,7 @@ namespace D3\DecodeMigrations\migration\data;
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\BlobType;
use Doctrine\Migrations\AbstractMigration;
/**