aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2018-08-24 17:34:36 +0200
committerRobin Appelman <robin@icewind.nl>2018-08-24 17:34:36 +0200
commit4ff1d287d2f5c22b3cf9f6cfa0bfa7574d2d02b9 (patch)
tree984a7cd1a5aa28bcac8d6985600248dd1846ccb3 /apps/files_external
parentbf7fb2b0a2a927c4b5d16ac658f6304665833ccc (diff)
downloadnextcloud-server-4ff1d287d2f5c22b3cf9f6cfa0bfa7574d2d02b9.tar.gz
nextcloud-server-4ff1d287d2f5c22b3cf9f6cfa0bfa7574d2d02b9.zip
fix missing import
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps/files_external')
-rw-r--r--apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php b/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
index ce1c4b85778..4ef0be583d5 100644
--- a/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
+++ b/apps/files_external/3rdparty/icewind/smb/src/Wrapped/Share.php
@@ -13,6 +13,7 @@ use Icewind\SMB\Exception\DependencyException;
use Icewind\SMB\Exception\FileInUseException;
use Icewind\SMB\Exception\InvalidTypeException;
use Icewind\SMB\Exception\NotFoundException;
+use Icewind\SMB\IFileInfo;
use Icewind\SMB\INotifyHandler;
use Icewind\SMB\IServer;
use Icewind\SMB\System;