From 37b1a9c4ea73ac2a9a49f306731a204caa33c44a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 14 Mar 2019 16:28:01 +0100 Subject: [PATCH] Import needed class Signed-off-by: Morris Jobke --- apps/files/lib/Controller/ViewController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php index 3f35b8b7be5..9f9cd0b33c1 100644 --- a/apps/files/lib/Controller/ViewController.php +++ b/apps/files/lib/Controller/ViewController.php @@ -32,6 +32,7 @@ use OCA\Files\Activity\Helper; use OCP\AppFramework\Controller; use OCP\AppFramework\Http\ContentSecurityPolicy; use OCP\AppFramework\Http\RedirectResponse; +use OCP\AppFramework\Http\Response; use OCP\AppFramework\Http\TemplateResponse; use OCP\App\IAppManager; use OCP\Files\Folder;