add missing namespace
This commit is contained in:
parent
a2c4f58bdc
commit
866f282972
@ -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;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user