1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

add config backups scopes

This commit is contained in:
fogelito 2024-05-26 12:14:40 +03:00
parent a7b7059916
commit bbcab38590

View file

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