Laravel – How to assign only one role to the user using Spatie?
I'm working with the Spatie Laravel Permissions package and I want to assign just one role to a user. However, when i try to update the role of the user, rather then overwriting the assigned role, it assign one more…