Card::getOwner should return the actual value

I guess we never call this at runtime or it would already ahve done boom
very loudly.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2021-03-01 16:51:36 +01:00 committed by backportbot[bot]
parent 256927d8d4
commit b96a0cd77d
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ class Card implements ICard, IACL {
* @inheritDoc
*/
public function getOwner(): ?string {
$this->principal;
return $this->principal;
}
/**