BeatSwitch/lock

Add sync method to easily sync permissions for a resource

Opened this issue · 0 comments

$manager->caller($caller)->sync(array $actions, $resource = null, $resourceId = null);

This will remove all allowed permissions which aren't in the $actions list and add allowed permissions which are in the $actions list. Could be useful when you need to change all of the actions at once,