Fix up subuser controller to use better binding checks
This commit is contained in:
parent
74426a97f4
commit
bc1db626e7
4 changed files with 10 additions and 31 deletions
|
@ -4,16 +4,6 @@ namespace Pterodactyl\Models;
|
|||
|
||||
use Illuminate\Notifications\Notifiable;
|
||||
|
||||
/**
|
||||
* @property int $id
|
||||
* @property int $user_id
|
||||
* @property int $server_id
|
||||
* @property array $permissions
|
||||
* @property \Carbon\Carbon $created_at
|
||||
* @property \Carbon\Carbon $updated_at
|
||||
* @property \Pterodactyl\Models\User $user
|
||||
* @property \Pterodactyl\Models\Server $server
|
||||
*/
|
||||
class Subuser extends Model
|
||||
{
|
||||
use Notifiable;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue