File manager - Edit - /var/www/html/ciosp/api/app/Http/Requests/VehicleEvaluationPartRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class VehicleEvaluationPartRequest extends FormRequest { /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules() { return [ 'vehicle_evaluation_type_id' => 'required|exists:vehicle_evaluation_types,id', 'vehicle_part_id' => 'required|exists:vehicle_parts,id', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings