Caffeinated\Shinobi\Models\Permission::revokeAllRoles PHP Method

revokeAllRoles() public method

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