Browse Source

Inject helper

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 years ago
parent
commit
e56a907dde
No account linked to committer's email address
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      apps/files/lib/AppInfo/Application.php

+ 3
- 1
apps/files/lib/AppInfo/Application.php View File

@@ -26,6 +26,7 @@
*/
namespace OCA\Files\AppInfo;

use OCA\Files\Activity\Helper;
use OCA\Files\Controller\ApiController;
use OCP\AppFramework\App;
use \OCA\Files\Service\TagService;
@@ -65,7 +66,8 @@ class Application extends App {
$server->getEventDispatcher(),
$server->getUserSession(),
$server->getAppManager(),
$server->getRootFolder()
$server->getRootFolder(),
$c->query(Helper::class)
);
});


Loading…
Cancel
Save