Visitor Statistics

This commit is contained in:
2020-07-01 21:10:25 +02:00
parent ce82eb0231
commit 23be9fb6d0
21 changed files with 2024 additions and 130 deletions

View File

@@ -4,7 +4,7 @@ namespace Api {
use Driver\SQL\Condition\Compare;
class ApiKeyAPI extends Request {
abstract class ApiKeyAPI extends Request {
protected function apiKeyExists($id) {
$sql = $this->user->getSQL();