Update access token generation to return more useful class
This commit is contained in:
parent
fdd90b3be7
commit
9e0ec8fca8
4 changed files with 32 additions and 9 deletions
|
@ -5,6 +5,9 @@ namespace Pterodactyl\Http\Requests\Api;
|
|||
use Illuminate\Foundation\Http\FormRequest;
|
||||
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
|
||||
|
||||
/**
|
||||
* @method \Pterodactyl\Models\User user($guard = null)
|
||||
*/
|
||||
abstract class ApiRequest extends FormRequest
|
||||
{
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue