File manager - Edit - /home/linknsbh/proffy.online/app/Http/Requests/UpdateSaleRequest.php
Back
<?php namespace App\Http\Requests; use App\Models\Sale; use Illuminate\Foundation\Http\FormRequest; class UpdateSaleRequest extends FormRequest { /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } /** * Get the validation rules that apply to the request. */ public function rules(): array { return Sale::$rules; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.12 |
proxy
|
phpinfo
|
Settings