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

@@ -4,9 +4,8 @@ namespace Pterodactyl\Contracts\Repository;
use Pterodactyl\Models\Location;
use Illuminate\Support\Collection;
use Pterodactyl\Contracts\Repository\Attributes\SearchableInterface;
interface LocationRepositoryInterface extends RepositoryInterface, SearchableInterface
interface LocationRepositoryInterface extends RepositoryInterface
{
/**
* Return locations with a count of nodes and servers attached to it.