Skip to content

Commit 7595e35

Browse files
committed
✨ merge
1 parent 9c023cb commit 7595e35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Rules/Search/SearchAggregate.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ public function buildValidationRules(string $attribute, mixed $value): array
1717

1818
return array_merge(
1919
[
20+
$attribute.'.*.alias' => [
21+
'nullable',
22+
'string',
23+
],
2024
$attribute.'.relation' => [
2125
'required',
2226
(new ResourceRelationOrNested())->setResource($this->resource),

0 commit comments

Comments
 (0)