mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
Remove unneeded includes.
Usage: 1. Type a string in the search bar 2. Add in:users filter to avoid unnecessary searches in other apps
This commit is contained in:
parent
65c70d7cc6
commit
c38bafba9e
1 changed files with 0 additions and 4 deletions
|
|
@ -27,8 +27,6 @@ declare(strict_types=1);
|
|||
namespace OCA\Settings\Search;
|
||||
|
||||
use OCP\Accounts\IAccountManager;
|
||||
use OCP\AppFramework\Http\DataResponse;
|
||||
use OCP\AppFramework\OCS\OCSNotFoundException;
|
||||
use OCP\IGroupManager;
|
||||
use OCP\IL10N;
|
||||
use OCP\IURLGenerator;
|
||||
|
|
@ -37,8 +35,6 @@ use OCP\IUserManager;
|
|||
use OCP\Search\IProvider;
|
||||
use OCP\Search\ISearchQuery;
|
||||
use OCP\Search\SearchResult;
|
||||
use OCP\Search\SearchResultEntry;
|
||||
use OCP\Settings\IIconSection;
|
||||
use OCP\Settings\IManager;
|
||||
|
||||
class UserSearch implements IProvider {
|
||||
|
|
|
|||
Loading…
Reference in a new issue