Skip to content

Commit

Permalink
Use the interface
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <coding@schilljs.com>
  • Loading branch information
nickvergessen committed Sep 1, 2017
1 parent 7b68c37 commit dc9c143
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/FilesHooks.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

namespace OCA\Activity;

use OC\Files\Config\UserMountCache;
use OC\Files\Filesystem;
use OC\Files\View;
use OCA\Activity\BackgroundJob\RemoteActivity;
Expand Down Expand Up @@ -97,7 +96,7 @@ class FilesHooks {
protected $oldParentOwner;
/** @var string */
protected $oldParentId;
/** @var UserMountCache */
/** @var IUserMountCache */
protected $userMountCache;

/**
Expand All @@ -114,6 +113,7 @@ class FilesHooks {
* @param IURLGenerator $urlGenerator
* @param ILogger $logger
* @param CurrentUser $currentUser
* @param IUserMountCache $userMountCache
*/
public function __construct(IManager $manager,
Data $activityData,
Expand Down

0 comments on commit dc9c143

Please sign in to comment.