The trait Illuminate\Validation\Concerns\ValidatesAttributes requires some properties which are not provided by Thinktomorrow\Chief\Fiel...\AbstractMediaFieldRule: $data, $container, $currentRule, $implicitAttributes
The trait Thinktomorrow\Chief\Fiel...ExistingAssetAttributes requires some properties which are not provided by Thinktomorrow\Chief\Fiel...\AbstractMediaFieldRule: $media, $size
Loading history...
15
16
protected function normalizePayloadIncludingExistingMedia($value): array
17
{
18
return $this->normalizePayload($value, false);
19
}
20
21
protected function normalizePayload(array $values, $excludeExistingMedia = true): array