Какой лучший или обычный способ удалить все роли у пользователя?
Я пытался
$roles = $user->getRoleNames();
$user->removeRole($roles);
Return value of App\User::getStoredRole() must implement interface Spatie\Permission\Contracts\Role, instance of Illuminate\Support\Collection returned
Заранее спасибо