fix: [settings] invalid setting name fixed

pull/92/head
iglocska 2022-02-28 10:23:23 +01:00
parent 5734d74a17
commit 8a6f0ed751
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 2 additions and 1 deletions

View File

@ -134,7 +134,8 @@ class AuthKeycloakBehavior extends Behavior
'headers' => [
'Content-Type' => 'application/json',
'Authorization' => 'Bearer ' . $token
]
],
'ssl_verify_peer' => false
]
);
$logChange = [