diff options
author | Joas Schilling <213943+nickvergessen@users.noreply.github.com> | 2020-07-03 10:03:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-03 10:03:34 +0200 |
commit | 19e1efd1dd81620819898d3d18a4d96c61380f22 (patch) | |
tree | 217af041ab8af6e105d54c220959508496ad382d /lib | |
parent | ffc85ad61420acb1b66646b57f035f8c461c64ac (diff) | |
parent | 35c6b1236fdb2d90e55315dc0c92b5ecb20641e7 (diff) | |
download | nextcloud-server-19e1efd1dd81620819898d3d18a4d96c61380f22.tar.gz nextcloud-server-19e1efd1dd81620819898d3d18a4d96c61380f22.zip |
Merge pull request #21439 from nextcloud/feature/noid/move-autocomplete-filter-event-to-new-dispatcher-and-class
Move AutoComplete::filterResults to new event dispatcher and GenericE…
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Collaboration/AutoComplete/AutoCompleteEvent.php | 2 |
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 |