whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
app
/
Http
/
Requests
/
Role
/
Upload File:
files >> //home/kckglobal/www/portal/app/Http/Requests/Role/UpdateRole.php
<?php namespace App\Http\Requests\Role; use Illuminate\Foundation\Http\FormRequest; class UpdateRole extends FormRequest { /** * Determine if the user is authorized to make this request. * * @return bool */ public function authorize() { return true; } /** * Get the validation rules that apply to the request. * * @return array */ public function rules() { return [ 'value' => 'required|unique:roles,name,'.$this->route('role_permission').',id,company_id,' . company()->id, ]; } }
Copyright ©2021 || Defacer Indonesia