File manager - Edit - /home/linknsbh/proffy.online/app/Http/Requests/CreateAdminRequest.php
Back
<?php namespace App\Http\Requests; use App\Models\User; use Illuminate\Foundation\Http\FormRequest; /** * Class CreateAdminRequest */ class CreateAdminRequest extends FormRequest { /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } /** * Get the validation rules that apply to the request. */ public function rules(): array { $rules = User::$rules; return $rules; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.8 |
proxy
|
phpinfo
|
Settings