mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-03-15 10:27:47 +00:00
Create a connector to synchronize with zimbra calendars
This commit is contained in:
@@ -52,7 +52,7 @@ class CommentRender implements ChillEntityRenderInterface
|
||||
|
||||
public function renderString($entity, array $options): string
|
||||
{
|
||||
return $entity->getComment();
|
||||
return (string) $entity->getComment();
|
||||
}
|
||||
|
||||
public function supports($entity, array $options): bool
|
||||
|
||||
Reference in New Issue
Block a user