From 98666298c8d1ba8605c43ff70034073fe993c9cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Thu, 30 May 2024 14:27:44 +0200 Subject: [PATCH] chore: fix duplicate php import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ --- lib/public/Util.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/public/Util.php b/lib/public/Util.php index 2ccc2105ab5..885e2facc53 100644 --- a/lib/public/Util.php +++ b/lib/public/Util.php @@ -14,7 +14,6 @@ use bantu\IniGetWrapper\IniGetWrapper; use OC\AppScriptDependency; use OC\AppScriptSort; use OCP\Mail\IMailer; -use bantu\IniGetWrapper\IniGetWrapper; use OCP\Share\IManager; use Psr\Container\ContainerExceptionInterface; use Psr\Log\LoggerInterface;