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

revokeRole() public method

Revokes the given role from the user.
public revokeRole ( integer $roleId = '' ) : boolean
$roleId integer
return boolean
    public function revokeRole($roleId = '')
    {
        return $this->roles()->detach($roleId);
    }