7
0
mirror of https://github.com/pelican-dev/panel.git synced 2025-06-14 18:11:08 +02:00
2017-08-21 22:10:48 -05:00

10 lines
137 B
PHP

<?php
namespace Pterodactyl\Http\Requests;
use Illuminate\Foundation\Http\FormRequest;
abstract class Request extends FormRequest
{
}