diff options
author | Robin Appelman <robin@icewind.nl> | 2018-08-24 17:34:36 +0200 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2018-08-24 17:34:36 +0200 |
commit | 4ff1d287d2f5c22b3cf9f6cfa0bfa7574d2d02b9 (patch) | |
tree | 984a7cd1a5aa28bcac8d6985600248dd1846ccb3 /apps/files_external | |
parent | bf7fb2b0a2a927c4b5d16ac658f6304665833ccc (diff) | |
download | nextcloud-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.php | 1 |
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; |