CompanySettingRequest
StoreCompanySettingRequest
app / Http / Requests / StoreCompanySettingRequest.php
public function rules()
{
return [
];
}
1
2
3
4
5
6
UpdateCompanySettingRequest
app / Http / Requests / UpdateCompanySettingRequest.php
public function rules()
{
return [
];
}
1
2
3
4
5
6