From 5dc741e0af72c817304f6a19618eb268d6d28290 Mon Sep 17 00:00:00 2001 From: xcd Date: Fri, 14 Nov 2025 16:58:20 +0100 Subject: [PATCH] fix entity --- src/Synolia/Bundle/FavoriteBundle/Entity/Favorite.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Synolia/Bundle/FavoriteBundle/Entity/Favorite.php b/src/Synolia/Bundle/FavoriteBundle/Entity/Favorite.php index 474592d..202ba5f 100644 --- a/src/Synolia/Bundle/FavoriteBundle/Entity/Favorite.php +++ b/src/Synolia/Bundle/FavoriteBundle/Entity/Favorite.php @@ -67,7 +67,7 @@ class Favorite implements ExtendEntityInterface, OrganizationAwareInterface, Dat /** * @return integer */ - public function getId(): int + public function getId(): ?int { return $this->id; }