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)));
131
+
}
132
+
133
+
unset($attributes[self::SPREADABLE_ATTRIBUTE]);
134
+
135
+
return [...$attributes, ...$spreadAttributes];
136
+
}
137
+
106
138
publicfunctionrender(string$attribute): ?string
107
139
{
108
140
if (null === $value = $this->attributes[$attribute] ?? null) {
0 commit comments