aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-06-16 21:14:42 +0200
committerJoas Schilling <coding@schilljs.com>2020-07-01 09:57:33 +0200
commit35c6b1236fdb2d90e55315dc0c92b5ecb20641e7 (patch)
treec9c5d8b535abaae6fea24be1c0b458ed65cc6d93 /lib
parentebedbf157968e40230a102c8f6f17c22990b0aae (diff)
downloadnextcloud-server-35c6b1236fdb2d90e55315dc0c92b5ecb20641e7.tar.gz
nextcloud-server-35c6b1236fdb2d90e55315dc0c92b5ecb20641e7.zip
Move AutoComplete::filterResults to new event dispatcher and GenericEvent
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php b/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
index 776bd46d407..73128f618f0 100644
--- a/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
+++ b/lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php
@@ -26,7 +26,7 @@ declare(strict_types=1);
namespace OCP\Collaboration\AutoComplete;
-use Symfony\Component\EventDispatcher\GenericEvent;
+use OCP\EventDispatcher\GenericEvent;
/**
* @since 16.0.0