diff options
author | Git'Fellow <12234510+solracsf@users.noreply.github.com> | 2024-07-20 14:47:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 14:47:23 +0200 |
commit | 1076dbf7aedf0df6b1ac60ef200682401af4ec9b (patch) | |
tree | 5f19258f4f64e33393283e283420a571e8bfe133 | |
parent | 6e01cc508de6518f1c0d11068d2df3b53bcef7ee (diff) | |
download | nextcloud-server-useOCPClassesTrashbin.tar.gz nextcloud-server-useOCPClassesTrashbin.zip |
chore: Fix typouseOCPClassesTrashbin
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
-rw-r--r-- | apps/files_trashbin/lib/Trashbin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 17596778f02..ddcbf082943 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -36,7 +36,7 @@ use OCP\IDBConnection; use OCP\Lock\ILockingProvider; use OCP\Lock\LockedException; use OCP\Server; -use OCP\Util: +use OCP\Util; use Psr\Log\LoggerInterface; class Trashbin { |