bookmarks/lib/Search/SearchResultEntry.php

14 lines
309 B
PHP
Raw Normal View History

2020-08-01 20:02:48 +00:00
<?php
2020-09-21 12:25:50 +00:00
/*
* Copyright (c) 2020-2024. The Nextcloud Bookmarks contributors.
2020-09-21 12:25:50 +00:00
*
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
*/
2020-08-01 20:02:48 +00:00
namespace OCA\Bookmarks\Search;
2020-10-09 12:32:58 +00:00
use OCP\Search\SearchResultEntry as Entry;
2020-09-21 12:17:46 +00:00
2020-10-09 12:32:58 +00:00
class SearchResultEntry extends Entry {
2020-08-01 20:02:48 +00:00
}