This commit is contained in:
Yuri Kuznetsov
2025-12-06 15:00:25 +02:00
+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);
}