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