Merge pull request #1064 from KetchupBomb/develop

Feature/show API key info in short-url CLI
This commit is contained in:
Alejandro Celaya
2021-04-11 11:42:51 +02:00
committed by GitHub
4 changed files with 139 additions and 43 deletions

View File

@@ -132,6 +132,11 @@ class ShortUrl extends AbstractEntity
return $this->tags;
}
public function authorApiKey(): ?ApiKey
{
return $this->authorApiKey;
}
public function getValidSince(): ?Chronos
{
return $this->validSince;