fix misc in activity (WIP)

This commit is contained in:
2021-06-08 16:55:29 +02:00
parent a947634f30
commit 0aa909f060
14 changed files with 225 additions and 55 deletions

View File

@@ -37,6 +37,11 @@ class CommentEmbeddable
return $this->comment;
}
public function isEmpty()
{
return empty($this->getComment());
}
/**
* @param string $comment
*/