Added grant to all function to RightChecker and LawPermissionChecker

This commit is contained in:
Kevin Frantz
2019-02-16 16:16:48 +01:00
parent 6f6b720470
commit 256e37ccd5
12 changed files with 130 additions and 11 deletions

View File

@@ -10,6 +10,9 @@ use App\DBAL\Types\Meta\Right\CRUDType;
*/
final class RightLayerCombinationService implements RightLayerCombinationServiceInterface
{
/**
* @var array
*/
const EXLUDED_RIGHTS_BY_LAYER = [
LayerType::HEREDITY => [
CRUDType::CREATE,