Bugfix apiKey login
This commit is contained in:
@@ -32,7 +32,11 @@ class ApiKey
|
||||
{
|
||||
return $this->userId;
|
||||
}
|
||||
|
||||
|
||||
public function getKey(){
|
||||
return $this->key;
|
||||
}
|
||||
|
||||
/**
|
||||
* testing if the apiKey is valid for a certain action
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user