Skip to content

Commit

Permalink
camelcase convention
Browse files Browse the repository at this point in the history
Signed-off-by: navid <[email protected]>
  • Loading branch information
shokri-navid committed Nov 7, 2022
1 parent 03b1913 commit ca4a1c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/SlaveController.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ public function autoLogin($jwt) {
$this->logger->logException($e, ['app' => $this->appName]);
throw $e;
}
$this->session->set('globalScale.userData', $options);
$this->session->set('globalScale.uid', $uid);
$result = true;
} else {
Expand Down

0 comments on commit ca4a1c6

Please sign in to comment.