add missing namespace

Cette révision appartient à :
Daniel Seifert 2024-03-22 15:31:30 +01:00
Parent a2c4f58bdc
révision 866f282972
Signé par: DanielS
ID de la clé GPG: 8A7C4C6ED1915C6F
2 fichiers modifiés avec 2 ajouts et 0 suppressions

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

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