Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/Modules/UniversalBundle/Modules/Recruit/Http/Requests/UpdateSourceRequest.php
Назад
<?php namespace Modules\Recruit\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class UpdateSourceRequest extends FormRequest { /** * Get the validation rules that apply to the request. */ public function rules(): array { return [ 'source' => 'required', ]; } /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка