Replace egg relations method
This commit is contained in:
parent
5331fd2cdb
commit
f45b7b5996
3 changed files with 7 additions and 26 deletions
|
@ -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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue