diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2023-08-13 00:21:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-13 00:21:54 +0200 |
commit | 7306960f2c481d62e908cd432cae4378e72c3de9 (patch) | |
tree | 952aeeb87c3c5a5df73fb13f9ff6600490330d29 /lib | |
parent | 9237fba27b6772e73e04f445070376b61536f94b (diff) | |
download | nextcloud-server-7306960f2c481d62e908cd432cae4378e72c3de9.tar.gz nextcloud-server-7306960f2c481d62e908cd432cae4378e72c3de9.zip |
Fix lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/legacy/OC_Util.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index dba0f4e6ab7..9d62c46137e 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -68,7 +68,6 @@ use bantu\IniGetWrapper\IniGetWrapper; use OC\Files\SetupManager; use OCP\Files\Template\ITemplateManager; use OCP\IConfig; -use OCP\IDBConnection; use OCP\IGroupManager; use OCP\IURLGenerator; use OCP\IUser; |