Caffeinated\Shinobi\Traits\ShinobiTrait::revokeAllRoles PHP Method

revokeAllRoles() public method

Revokes all roles from the user.
public revokeAllRoles ( ) : boolean
return boolean
    public function revokeAllRoles()
    {
        return $this->roles()->detach();
    }