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