|
|
@@ -49,6 +49,7 @@ public function rules(): array
|
|
|
'partners.*.complement' => 'nullable|string|max:255',
|
|
|
'partners.*.city_id' => 'nullable|integer|exists:cities,id',
|
|
|
'partners.*.state_id' => 'nullable|integer|exists:states,id',
|
|
|
+ 'partners.*.avatar' => 'nullable|image|max:2048',
|
|
|
];
|
|
|
|
|
|
if ($isCreate) {
|