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;
|
||||
} else {
|
||||
[$prefix,] = explode('.', $apiKey);
|
||||
$apiUsers = new ApiUsers($this->dbConnection);
|
||||
$apiUsers = new ApiKeys($this->dbConnection);
|
||||
$apiResult = $apiUsers->findByPrefix($prefix);
|
||||
$storedHash = $apiResult['api_token'];
|
||||
|
||||
|
|
Loading…
Reference in New Issue