Add subuser deletion service
This commit is contained in:
parent
74ea1aa0aa
commit
2cabb61b54
6 changed files with 276 additions and 1 deletions
|
@ -26,4 +26,13 @@ namespace Pterodactyl\Contracts\Repository;
|
|||
|
||||
interface SubuserRepositoryInterface extends RepositoryInterface
|
||||
{
|
||||
/**
|
||||
* Find a subuser and return with server and permissions relationships.
|
||||
*
|
||||
* @param int $id
|
||||
* @return \Illuminate\Database\Eloquent\Collection
|
||||
*
|
||||
* @throws \Pterodactyl\Exceptions\Repository\RecordNotFoundException
|
||||
*/
|
||||
public function getWithServerAndPermissions($id);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue