diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-11 22:37:34 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-07-11 22:43:34 +0200 |
commit | 9c5b1852ca15f786903a6e51e5352aa758cf1402 (patch) | |
tree | 8f127555da249da41eb46625e816e3e086d6d593 | |
parent | 4f9aac4002affcb6e65085f723dd11ea0d1a6323 (diff) | |
download | nextcloud-server-9c5b1852ca15f786903a6e51e5352aa758cf1402.tar.gz nextcloud-server-9c5b1852ca15f786903a6e51e5352aa758cf1402.zip |
Use ILogger for consts
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r-- | apps/files_external/lib/Lib/Storage/SMB.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_external/lib/Lib/Storage/SMB.php b/apps/files_external/lib/Lib/Storage/SMB.php index 6c6fcccfc67..40fffce8342 100644 --- a/apps/files_external/lib/Lib/Storage/SMB.php +++ b/apps/files_external/lib/Lib/Storage/SMB.php @@ -53,6 +53,7 @@ use OCP\Files\Notify\IChange; use OCP\Files\Notify\IRenameChange; use OCP\Files\Storage\INotifyStorage; use OCP\Files\StorageNotAvailableException; +use OCP\ILogger; use OCP\Util; class SMB extends Common implements INotifyStorage { |