Refactor point value object and add observability
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Message;
|
||||
|
||||
final class SignalCreatedMessage
|
||||
{
|
||||
public function __construct(public readonly int $signalId)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user