Typo
This commit is contained in:
parent
ada1fdfdee
commit
e8d8192aa4
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Adonis {
|
|||
$data = array("credentials" => array(
|
||||
"Login" => $this->username,
|
||||
"Password" => $this->password,
|
||||
"Lifetime" => $this->lifetime
|
||||
"LifeTime" => $this->lifetime
|
||||
));
|
||||
|
||||
$res = $this->request("GNL_API_AUTHENTICATION", $data, $api, false, false, true);
|
||||
|
|
Loading…
Reference in a new issue