mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
linter
This commit is contained in:
@@ -328,7 +328,7 @@ App::init()
|
||||
$scopes = \array_unique($scopes);
|
||||
|
||||
$dbForPlatform->getAuthorization()->addRole($role);
|
||||
foreach (Auth::getRoles($user, $dbForPlatform->getAuthorization()) as $authRole) {
|
||||
foreach (Auth::getRoles($user, $dbForPlatform->getAuthorization()) as $authRole) {
|
||||
$dbForPlatform->getAuthorization()->addRole($authRole);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user