Use ILogger for consts
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
4f9aac4002
commit
9c5b1852ca
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue