# 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
Last Updated: 6/1/2022, 10:25:03 PM