5c: Return the node label

This commit is contained in:
Oliver Davies 2020-11-14 10:02:52 +00:00
parent 61664cb263
commit 0b4c648ac6

View file

@ -13,7 +13,7 @@ class Post {
}
public function getTitle(): string {
return '';
return $this->node->label();
}
}