mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
22 lines
536 B
YAML
22 lines
536 B
YAML
Chill\MainBundle\Entity\PermissionsGroup:
|
|
type: entity
|
|
table: permission_groups
|
|
cache:
|
|
usage: NONSTRICT_READ_WRITE
|
|
region: acl_cache_region
|
|
id:
|
|
id:
|
|
type: integer
|
|
id: true
|
|
generator:
|
|
strategy: AUTO
|
|
fields:
|
|
name:
|
|
type: string
|
|
length: 255
|
|
manyToMany:
|
|
roleScopes:
|
|
targetEntity: Chill\MainBundle\Entity\RoleScope
|
|
cache:
|
|
usage: NONSTRICT_READ_WRITE
|
|
|