From dabd7291c35599dd072cc82b93b3f1c2628835a7 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 21 Mar 2018 09:46:52 +0100 Subject: Make the new autocomplete endpoint OCS Signed-off-by: Joas Schilling --- core/Controller/AutoCompleteController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/Controller') diff --git a/core/Controller/AutoCompleteController.php b/core/Controller/AutoCompleteController.php index 93ab9291322..3f3858ce1c8 100644 --- a/core/Controller/AutoCompleteController.php +++ b/core/Controller/AutoCompleteController.php @@ -23,7 +23,7 @@ namespace OC\Core\Controller; -use OCP\AppFramework\Controller; +use OCP\AppFramework\OCSController as Controller; use OCP\AppFramework\Http\DataResponse; use OCP\Collaboration\AutoComplete\IManager; use OCP\Collaboration\Collaborators\ISearch; -- cgit v1.2.3