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:
parent
256927d8d4
commit
b96a0cd77d
|
@ -53,7 +53,7 @@ class Card implements ICard, IACL {
|
|||
* @inheritDoc
|
||||
*/
|
||||
public function getOwner(): ?string {
|
||||
$this->principal;
|
||||
return $this->principal;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue