Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit bdb9e8c

Browse files
committed
Cleanup
1 parent 3ee330b commit bdb9e8c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Components/Form.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,6 @@ private static function allowedAttributesSorted(): array
129129
->all();
130130
}
131131

132-
private function defaultAttributeValue(string $attribute)
133-
{
134-
return null;
135-
return in_array($attribute, static::$allowedArrayAttributes) ? [] : null;
136-
}
137-
138132
private function guardedData(): ?object
139133
{
140134
if (!$this->guarded) {

0 commit comments

Comments
 (0)