<?php
namespace App\Messenger\Creator;
class UpdateAllStatisticsMessage
{
/**
* @param int $id
*/
public function __construct(
private readonly int $id,
) {
}
public function getId(): int
return $this->id;