change some item in controller and request
This commit is contained in:
@@ -44,9 +44,6 @@ class UpdateRequest extends FormRequest
|
||||
'address' => 'nullable|string|max:1000',
|
||||
'province_id' => 'integer|exists:provinces,id',
|
||||
'city_id' => 'integer|exists:cities,id',
|
||||
'key_status' => 'nullable|string|max:255',
|
||||
'level' => 'nullable|string|max:255',
|
||||
'tax_id' => 'nullable|string|max:50',
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user