mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-09 18:03:44 +02:00
Begin implementation of services for services/service options
This commit is contained in:
@@ -44,7 +44,14 @@ interface LocationRepositoryInterface extends RepositoryInterface, SearchableInt
|
||||
*
|
||||
* @return mixed
|
||||
*/
|
||||
public function allWithDetails();
|
||||
public function getAllWithDetails();
|
||||
|
||||
/**
|
||||
* Return all of the available locations with the nodes as a relationship.
|
||||
*
|
||||
* @return \Illuminate\Support\Collection
|
||||
*/
|
||||
public function getAllWithNodes();
|
||||
|
||||
/**
|
||||
* Return all of the nodes and their respective count of servers for a location.
|
||||
|
||||
Reference in New Issue
Block a user