File manager - Edit - /home/linknsbh/rassudr.online/app/Http/Requests/WithdrawPaymentMethodRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class WithdrawPaymentMethodRequest extends FormRequest { /** * 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<string, mixed> */ public function rules() { return [ 'language_id' => 'required', 'min_limit' => 'required', 'max_limit' => 'required', 'name' => 'required', 'status' => 'required' ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.32 |
proxy
|
phpinfo
|
Settings