Added used API key to request

This commit is contained in:
Alejandro Celaya
2020-11-08 11:28:27 +01:00
parent 598f2d8622
commit 90551ff3bc
12 changed files with 87 additions and 44 deletions

View File

@@ -54,4 +54,9 @@ class ApiKey extends AbstractEntity
{
return $this->key;
}
public function toString(): string
{
return $this->key;
}
}