fix: [settings] invalid setting name fixed
parent
5734d74a17
commit
8a6f0ed751
|
@ -134,7 +134,8 @@ class AuthKeycloakBehavior extends Behavior
|
|||
'headers' => [
|
||||
'Content-Type' => 'application/json',
|
||||
'Authorization' => 'Bearer ' . $token
|
||||
]
|
||||
],
|
||||
'ssl_verify_peer' => false
|
||||
]
|
||||
);
|
||||
$logChange = [
|
||||
|
|
Loading…
Reference in New Issue