mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-08 08:13:11 +08:00
Added used API key to request
This commit is contained in:
@@ -54,4 +54,9 @@ class ApiKey extends AbstractEntity
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
|
||||
public function toString(): string
|
||||
{
|
||||
return $this->key;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user