File manager - Edit - /var/www/html/ciosp/api/app/Http/Requests/SeizureRequest.php
Back
<?php namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; class SeizureRequest extends FormRequest { /** * Get the validation rules that apply to the request. * * @return array<string, mixed> */ public function rules() { return [ 'module_id' => 'uuid', 'seizure_date' => 'string', 'entry_deposit' => 'string', 'out_deposit' => 'string', 'seizure_agent_id' => 'uuid', 'receiver_agent_id' => 'uuid', 'collector_id' => 'uuid', 'owner_signature' => 'mimes:jpeg,png,jpg,gif', ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings