add missing namespace

This commit is contained in:
Daniel Seifert 2024-03-22 15:31:30 +01:00
bovenliggende a2c4f58bdc
commit 866f282972
Getekend door: DanielS
GPG sleutel-ID: 8A7C4C6ED1915C6F
2 gewijzigde bestanden met toevoegingen van 2 en 0 verwijderingen

Bestand weergeven

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

Bestand weergeven

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