1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-12 04:36:32 +02:00

[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

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;