Replace egg relations method

This commit is contained in:
Lance Pioch 2022-10-20 20:19:18 -04:00
parent 5331fd2cdb
commit f45b7b5996
3 changed files with 7 additions and 26 deletions

View file

@ -8,11 +8,6 @@ use Illuminate\Contracts\Pagination\LengthAwarePaginator;
interface ServerRepositoryInterface extends RepositoryInterface
{
/**
* Load the egg relations onto the server model.
*/
public function loadEggRelations(Server $server, bool $refresh = false): Server;
/**
* Return a collection of servers with their associated data for rebuild operations.
*/