diff --git a/app/Http/Requests/Tenant/TenantUpdateRequest.php b/app/Http/Requests/Tenant/TenantUpdateRequest.php index ad3466a..2893181 100644 --- a/app/Http/Requests/Tenant/TenantUpdateRequest.php +++ b/app/Http/Requests/Tenant/TenantUpdateRequest.php @@ -21,6 +21,7 @@ public function rules(): array 'address' => 'nullable|string|max:255', 'business_num' => 'nullable|string|max:20', 'ceo_name' => 'nullable|string|max:100', + 'logo' => 'nullable|string|max:255', // 확장 필드 (JSON) 'options' => 'nullable|array', 'options.business_type' => 'nullable|string|max:100',