1
0
Fork 0
mirror of synced 2024-09-29 08:51:28 +13:00

policies scope

This commit is contained in:
fogelito 2024-07-24 12:04:11 +03:00
parent 8de8ae03f3
commit 6fb318c788

View file

@ -130,10 +130,10 @@ return [ // List of publicly visible scopes
'assistant.read' => [
'description' => 'Access to read the Assistant service',
],
'backups.write' => [
'policies.write' => [
'description' => 'Access to create, update, and delete your backups',
],
'backups.read' => [
'policies.read' => [
'description' => 'Access to read the backups service',
],
];