Commit abe6c6dc authored by Oana-Eliza Alexa's avatar Oana-Eliza Alexa
Browse files

fix indent

2 merge requests!80Resolve "[Orchestrator] - Create a librabry in core orchestrator",!78Draft: Resolve "Redesign lifecycle class"
Pipeline #32348 failed with stages
in 16 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -136,7 +136,7 @@ class TokenUtils ...@@ -136,7 +136,7 @@ class TokenUtils
ldap_add( ldap_add(
$gateway->ds, 'ou=tokens' . ',' . $_ENV["LDAP_BASE"], $gateway->ds, 'ou=tokens' . ',' . $_ENV["LDAP_BASE"],
[ [
'ou' => 'tokens', 'ou' => 'tokens',
'objectClass' => 'organizationalUnit', 'objectClass' => 'organizationalUnit',
] ]
); );
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment