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
In this case both attributes are ignored by the package. If I only pass 'is_admin' => true then it works. Doesn't this object allow for multiple attributes?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm trying to pass some user-attributes, but seems to fail. I want to add the attribute 'name' and 'is_admin':
:user-attributes="['name' => 'Admin User', 'is_admin' => true]"
In this case both attributes are ignored by the package. If I only pass
'is_admin' => true
then it works. Doesn't this object allow for multiple attributes?Beta Was this translation helpful? Give feedback.
All reactions