Skip to content

Commit

Permalink
added method to return userDetail in array & by key
Browse files Browse the repository at this point in the history
  • Loading branch information
ilham-fuead committed Dec 21, 2016
1 parent 5502f1d commit ab2f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mandryn_v1/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ public function executeLogin($uName, $uPassword)
}
}

protected function setAuthenticate($uName)
public function setAuthenticate($uName)
{
$this->userName = $uName;
$this->authenticationStatus = TRUE;
Expand Down

0 comments on commit ab2f17a

Please sign in to comment.