You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownew \InvalidArgumentException(\sprintf('The "%s" attribute must be an array, "%s" given.', self::SPREADABLE_ATTRIBUTE, get_debug_type($spreadAttributes)));
130
+
}
131
+
132
+
unset($attributes[self::SPREADABLE_ATTRIBUTE]);
133
+
134
+
return [...$attributes, ...$spreadAttributes];
135
+
}
136
+
106
137
publicfunctionrender(string$attribute): ?string
107
138
{
108
139
if (null === $value = $this->attributes[$attribute] ?? null) {
0 commit comments