Start ripping out old search functionality for models

This commit is contained in:
Dane Everitt
2020-09-13 11:29:47 -07:00
parent 3c7ffaaadb
commit 4dddcaebb0
16 changed files with 15 additions and 182 deletions

View File

@@ -8,7 +8,7 @@ use Illuminate\Support\LazyCollection;
use Illuminate\Contracts\Pagination\LengthAwarePaginator;
use Pterodactyl\Contracts\Repository\Attributes\SearchableInterface;
interface NodeRepositoryInterface extends RepositoryInterface, SearchableInterface
interface NodeRepositoryInterface extends RepositoryInterface
{
const THRESHOLD_PERCENTAGE_LOW = 75;
const THRESHOLD_PERCENTAGE_MEDIUM = 90;