This commit is contained in:
Yurii
2025-12-06 11:35:35 +02:00
parent 771bedd25d
commit 8736fcba21
+1 -1
View File
@@ -185,7 +185,7 @@ class Notification extends Entity
return $this->get('actionId');
}
public function setGroupedCount(?string $groupedCount): self
public function setGroupedCount(?int $groupedCount): self
{
return $this->set('groupedCount', $groupedCount);
}