[ticket/13162] Remove unused use statement

PHPBB3-13162
This commit is contained in:
Marc Alexander 2023-11-10 20:29:50 +01:00
parent 0ae7e3f992
commit c31ac7348a
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -15,7 +15,6 @@ namespace phpbb\db\tools;
use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Exception;
use Doctrine\DBAL\Platforms\AbstractPlatform;
use Doctrine\DBAL\Schema\AbstractAsset;
use Doctrine\DBAL\Schema\AbstractSchemaManager;
use Doctrine\DBAL\Schema\Index;