renamed ApiUsers to ApiKeys

Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
tracer 2022-01-23 16:33:13 +01:00
parent b7df1220fb
commit 079f46dd18
1 changed files with 1 additions and 1 deletions

View File

@ -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'];