wip: added rest api endpoint shiai
This commit is contained in:
@@ -132,7 +132,7 @@ class ApiKey
|
||||
// @todo differentiate between inserting and updating if the id is set it should only be updated (e.g. prolonging)
|
||||
}
|
||||
|
||||
/** create an Api key from the return of an sql select * */
|
||||
/** create an Api key from the return of an sql select */
|
||||
private static function fromDbArray(array $apiKey)
|
||||
{
|
||||
return new ApiKey(
|
||||
|
||||
Reference in New Issue
Block a user