First round of changes to API to support simpler permissions.
This commit is contained in:
parent
0e24c669c4
commit
a31e5875dc
21 changed files with 403 additions and 169 deletions
|
@ -2,9 +2,9 @@
|
|||
|
||||
namespace Pterodactyl\Http\Requests\API\Remote;
|
||||
|
||||
use Pterodactyl\Http\Requests\Request;
|
||||
use Illuminate\Foundation\Http\FormRequest;
|
||||
|
||||
class SftpAuthenticationFormRequest extends Request
|
||||
class SftpAuthenticationFormRequest extends FormRequest
|
||||
{
|
||||
/**
|
||||
* Authenticate the request.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue