Fix unit test

This commit is contained in:
René Preuß
2019-12-11 11:37:48 +01:00
parent f2d064caef
commit 940617af2e
2 changed files with 10 additions and 2 deletions

View File

@@ -30,6 +30,8 @@ class Scope
// Manage a authorized user object.
public const USERS_EDIT = 'users:edit';
public const USERS_CREATE = 'users:create';
// Read authorized user´s transactions.
public const TRANSACTIONS_READ = 'transactions:read';