diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2020-08-05 14:17:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-05 14:17:42 +0200 |
commit | a4d511d82767f54af086b366a6c08bc927cb870c (patch) | |
tree | df4b2e2fe552da5cf52e70ea04baef4e8658d421 /apps/dav/lib/Search/ContactsSearchResultEntry.php | |
parent | 05813561691aca15116334464a64e8be054ddcbf (diff) | |
parent | 71b62c4203a25beefeab73f73668919c813e3a50 (diff) | |
download | nextcloud-server-a4d511d82767f54af086b366a6c08bc927cb870c.tar.gz nextcloud-server-a4d511d82767f54af086b366a6c08bc927cb870c.zip |
Merge pull request #22099 from nextcloud/fix/unified-search
Diffstat (limited to 'apps/dav/lib/Search/ContactsSearchResultEntry.php')
-rw-r--r-- | apps/dav/lib/Search/ContactsSearchResultEntry.php | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/apps/dav/lib/Search/ContactsSearchResultEntry.php b/apps/dav/lib/Search/ContactsSearchResultEntry.php deleted file mode 100644 index 698fc1b3f4a..00000000000 --- a/apps/dav/lib/Search/ContactsSearchResultEntry.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php - -declare(strict_types=1); - -/** - * @copyright Copyright (c) 2020, Georg Ehrke - * - * @author Georg Ehrke <oc.list@georgehrke.com> - * - * @license AGPL-3.0 - * - * This code is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License, version 3, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License, version 3, - * along with this program. If not, see <http://www.gnu.org/licenses/> - * - */ -namespace OCA\DAV\Search; - -use OCP\Search\ASearchResultEntry; - -class ContactsSearchResultEntry extends ASearchResultEntry { -} |