mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +00:00
autofixes
This commit is contained in:
parent
69b823eafa
commit
c1ef7f94f6
|
|
@ -37,12 +37,12 @@ abstract class PermissionCategory extends Enum
|
|||
public const D_CREATE = [
|
||||
self::BOARD => [
|
||||
'DEFAULT' => ['RUDP'], // limited by own permissions
|
||||
'MAX' => ['RUDP'] // limited by own permissions
|
||||
'MAX' => ['RUDP'], // limited by own permissions
|
||||
],
|
||||
|
||||
self::CARD => [
|
||||
'DEFAULT' => ['RU'], // limited by own permissions
|
||||
'MAX' => ['RUD'] // limited by own permissions
|
||||
'MAX' => ['RUD'], // limited by own permissions
|
||||
],
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user