diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-05-30 14:27:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 14:27:44 +0200 |
commit | 98666298c8d1ba8605c43ff70034073fe993c9cd (patch) | |
tree | 90e96dea0dc049b66d0d072eee2c87a8e5c620e1 | |
parent | 7f2a1e5b7a1724727bc274e73a9a6fd09249c7a6 (diff) | |
download | nextcloud-server-98666298c8d1ba8605c43ff70034073fe993c9cd.tar.gz nextcloud-server-98666298c8d1ba8605c43ff70034073fe993c9cd.zip |
chore: fix duplicate php import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
-rw-r--r-- | lib/public/Util.php | 1 |
1 files changed, 0 insertions, 1 deletions
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; |