Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/app/Http/Requests/MaasDestroyGetHelp.php
Назад
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Support\Facades\Gate; use Symfony\Component\HttpFoundation\Response; class MaasDestroyGetHelp extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { abort_if(Gate::denies('get_help_delete'), Response::HTTP_FORBIDDEN, '403 Forbidden'); } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'ids' => 'required|array', 'ids.*' => 'exists:get_helps,id', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка