Skip to content

Commit 6ac047b

Browse files
committed
Use the interface
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 7b68c37 commit 6ac047b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/FilesHooks.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
namespace OCA\Activity;
2626

27-
use OC\Files\Config\UserMountCache;
2827
use OC\Files\Filesystem;
2928
use OC\Files\View;
3029
use OCA\Activity\BackgroundJob\RemoteActivity;
@@ -97,7 +96,7 @@ class FilesHooks {
9796
protected $oldParentOwner;
9897
/** @var string */
9998
protected $oldParentId;
100-
/** @var UserMountCache */
99+
/** @var IUserMountCache */
101100
protected $userMountCache;
102101

103102
/**

0 commit comments

Comments
 (0)