mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 06:13:45 +02:00
Fix permissions handling; do not allow a subuser to assign permissions they do not have
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Pterodactyl\Http\Requests\Api\Client\Servers\Subusers;
|
||||
|
||||
use Pterodactyl\Models\Permission;
|
||||
|
||||
class UpdateSubuserRequest extends AbstractSubuserRequest
|
||||
class UpdateSubuserRequest extends SubuserRequest
|
||||
{
|
||||
/**
|
||||
* @return string
|
||||
|
||||
Reference in New Issue
Block a user