chg: [dead variable] removed

cli-modification-summary
iglocska 2022-09-19 00:24:29 +02:00
parent 254fdc3b84
commit 07a8d1dfcb
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -212,7 +212,6 @@ class AuthKeycloakBehavior extends Behavior
{
$keycloakRoles = $this->getAllRoles($clientId);
$keycloakRolesParsed = Hash::extract($keycloakRoles, '{n}.name');
$rolesToAdd = [];
$scopeString = $scope . ':';
$modified = 0;
foreach ($roles as $role) {