From c1d4f8161bf46dd6d4a9092c6c73934225c8550b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 12 Jan 2021 10:20:12 +0100 Subject: Migrate internal classes to the OCP db col types Signed-off-by: Christoph Wurst --- apps/federation/lib/Migration/Version1010Date20200630191302.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/federation') diff --git a/apps/federation/lib/Migration/Version1010Date20200630191302.php b/apps/federation/lib/Migration/Version1010Date20200630191302.php index 54b71d993ba..a27e78f76f7 100644 --- a/apps/federation/lib/Migration/Version1010Date20200630191302.php +++ b/apps/federation/lib/Migration/Version1010Date20200630191302.php @@ -27,7 +27,7 @@ declare(strict_types=1); namespace OCA\Federation\Migration; use Closure; -use Doctrine\DBAL\Types\Types; +use OCP\DB\Types; use OCP\DB\ISchemaWrapper; use OCP\Migration\IOutput; use OCP\Migration\SimpleMigrationStep; -- cgit v1.2.3