Support deleting a task from a schedule

This commit is contained in:
Dane Everitt
2020-03-18 21:08:32 -07:00
parent 5345a2a3e1
commit 78ed343a34
10 changed files with 172 additions and 8 deletions

View File

@@ -8,9 +8,9 @@ use Pterodactyl\Contracts\Http\ClientPermissionsRequest;
use Pterodactyl\Http\Requests\Api\Application\ApplicationApiRequest;
/**
* @method User user($guard = null)
* @method \Pterodactyl\Models\User user($guard = null)
*/
abstract class ClientApiRequest extends ApplicationApiRequest
class ClientApiRequest extends ApplicationApiRequest
{
/**
* Determine if the current user is authorized to perform the requested action against the API.