mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-16 21:33:44 +02:00
Begin working on administrative server view changes
Also includes tests for the DatabaseCreation service.
This commit is contained in:
@@ -34,4 +34,12 @@ interface AllocationRepositoryInterface extends RepositoryInterface
|
||||
* @return int
|
||||
*/
|
||||
public function assignAllocationsToServer($server, array $ids);
|
||||
|
||||
/**
|
||||
* Return all of the allocations for a specific node.
|
||||
*
|
||||
* @param int $node
|
||||
* @return \Illuminate\Database\Eloquent\Collection
|
||||
*/
|
||||
public function getAllocationsForNode($node);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user