Файловый менеджер - Редактировать - /home/clickysoft/public_html/jm5-api.clickysoft.net/app/Http/Requests/Admin/UpdateAttributeOptionRequest.php
Назад
<?php namespace App\Http\Requests\Admin; use Gate; use Illuminate\Foundation\Http\FormRequest; class UpdateAttributeOptionRequest extends FormRequest { public function authorize() { return Gate::allows('attribute_option_edit'); } public function rules() { return [ 'attribute_id' => [ 'required', 'integer', 'exists:attributes,id', ], 'name' => [ 'string', 'max:50', 'required', 'unique:attribute_options,name,' . request()->route('attribute_option')->id, ], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка