renamed ApiUsers to ApiKeys
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
b7df1220fb
commit
079f46dd18
|
@ -76,7 +76,7 @@ class RequestController
|
||||||
return false;
|
return false;
|
||||||
} else {
|
} else {
|
||||||
[$prefix,] = explode('.', $apiKey);
|
[$prefix,] = explode('.', $apiKey);
|
||||||
$apiUsers = new ApiUsers($this->dbConnection);
|
$apiUsers = new ApiKeys($this->dbConnection);
|
||||||
$apiResult = $apiUsers->findByPrefix($prefix);
|
$apiResult = $apiUsers->findByPrefix($prefix);
|
||||||
$storedHash = $apiResult['api_token'];
|
$storedHash = $apiResult['api_token'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue