From c31ac7348a462b8cf5141dbfff89aaf9b27547d0 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Fri, 10 Nov 2023 20:29:50 +0100 Subject: [PATCH] [ticket/13162] Remove unused use statement PHPBB3-13162 --- phpBB/phpbb/db/tools/doctrine.php | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/phpbb/db/tools/doctrine.php b/phpBB/phpbb/db/tools/doctrine.php index 3f6a11ba60..fcf14ad13f 100644 --- a/phpBB/phpbb/db/tools/doctrine.php +++ b/phpBB/phpbb/db/tools/doctrine.php @@ -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;