Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/app/Http/Requests/TimeLogs/StartTimer.php
Назад
<?php namespace App\Http\Requests\TimeLogs; use App\Http\Requests\CoreRequest; class StartTimer extends CoreRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'task_id' => 'required_without:create_task', 'memo' => 'required_without:task_id' ]; } public function messages() { return [ 'task_id.required_without' => __('messages.fieldBlank'), ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка