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