Fix permissions handling; do not allow a subuser to assign permissions they do not have
This commit is contained in:
parent
39f79a8f3c
commit
cb945b1f13
8 changed files with 137 additions and 78 deletions
|
@ -4,7 +4,7 @@ namespace Pterodactyl\Http\Requests\Api\Client\Servers\Subusers;
|
|||
|
||||
use Pterodactyl\Models\Permission;
|
||||
|
||||
class DeleteSubuserRequest extends AbstractSubuserRequest
|
||||
class DeleteSubuserRequest extends SubuserRequest
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue