mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Created specs for API key roles
This commit is contained in:
@@ -28,4 +28,9 @@ class ApiKeyRole extends AbstractEntity
|
||||
{
|
||||
return $this->meta;
|
||||
}
|
||||
|
||||
public function apiKey(): ApiKey
|
||||
{
|
||||
return $this->apiKey;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user