diff options
author | Joas Schilling <coding@schilljs.com> | 2018-03-21 09:46:52 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2018-03-21 09:46:52 +0100 |
commit | dabd7291c35599dd072cc82b93b3f1c2628835a7 (patch) | |
tree | 5adbc943aa34191033d9cc0b71d6273e014e1d7f /core/Controller/AutoCompleteController.php | |
parent | c8340ace5c22b3a3cf2132b2efbe91104aab04e9 (diff) | |
download | nextcloud-server-dabd7291c35599dd072cc82b93b3f1c2628835a7.tar.gz nextcloud-server-dabd7291c35599dd072cc82b93b3f1c2628835a7.zip |
Make the new autocomplete endpoint OCS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'core/Controller/AutoCompleteController.php')
-rw-r--r-- | core/Controller/AutoCompleteController.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |