feat : add contract end notice DTO
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace App\Service\Notification;
|
||||||
|
|
||||||
|
final readonly class ContractEndNotice
|
||||||
|
{
|
||||||
|
public function __construct(
|
||||||
|
public ?int $employeeId,
|
||||||
|
public string $message,
|
||||||
|
) {}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user