mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-04 05:44:58 +00:00
[chill entity render] fix usage of default entity rendering
This commit is contained in:
@@ -33,7 +33,7 @@ class ChillEntityRender extends AbstractChillEntityRender
|
||||
|
||||
public function renderString($entity, array $options): string
|
||||
{
|
||||
return $entity;
|
||||
return (string) $entity;
|
||||
}
|
||||
|
||||
public function supports($entity, array $options): bool
|
||||
|
Reference in New Issue
Block a user