File manager - Edit - /home/linknsbh/proffy.online/app/Http/Requests/CreateBaseUnitRequest.php
Back
<?php namespace App\Http\Requests; use App\Models\BaseUnit; use Illuminate\Foundation\Http\FormRequest; use Illuminate\Support\Facades\Auth; /** * Class CreateBaseUnitRequest */ class CreateBaseUnitRequest 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 [ 'name' => 'required|unique:base_units,name,NULL,id,tenant_id,' . Auth::user()->tenant_id, ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.21 |
proxy
|
phpinfo
|
Settings