Файловый менеджер - Редактировать - /home/clickysoft/public_html/securebeans.clickysoft.net/app/Http/Requests/UpdateFaqQuestionRequest.php
Назад
<?php namespace App\Http\Requests; use App\Models\FaqQuestion; use Gate; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Http\Response; class UpdateFaqQuestionRequest extends FormRequest { public function authorize() { return Gate::allows('faq_question_edit'); } public function rules() { return [ 'category_id' => [ 'required', 'integer', ], 'question' => [ 'required', ], 'answer' => [ 'required', ], ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка