8
0

add missing namespace

Dieser Commit ist enthalten in:
Daniel Seifert 2024-03-22 15:31:30 +01:00
Ursprung a2c4f58bdc
Commit 866f282972
Signiert von: DanielS
GPG-Schlüssel-ID: 8A7C4C6ED1915C6F
2 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen

Datei anzeigen

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

Datei anzeigen

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