change some item in controller and request

This commit is contained in:
2026-05-13 09:27:03 +03:30
parent 32c14bd6c4
commit ae8ca057fd
8 changed files with 30 additions and 13 deletions

View File

@@ -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',
];
}
}