<?php
//Obfuscated by YAK Pro - Php Obfuscator 2.0.13 at 2025-05-27 11:27:09
 namespace App\Http\Requests; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Contracts\Validation\Validator; use Illuminate\Http\Exceptions\HttpResponseException; class BaseRequest extends FormRequest { protected $prefix = "\166\141\x6c\x69\x64\x61\164\151\157\156"; public function authorize() { return true; } public function rules() { return []; } protected function failedValidation(Validator $xRFba) { throw new HttpResponseException(response()->json(["\155\x6f\144\x75\x6c\x65" => $this->prefix, "\x63\x6f\x64\x65" => array_key_first($xRFba->errors()->getMessages()), "\x65\162\x72\x6f\x72\x73" => $xRFba->errors()->getMessages()], 422)); } }