feat : notification de fin de contrat (veille ouvrée du dernier jour) #35

Merged
tristan merged 10 commits from feature/SIRH-43-ajouter-une-notif-la-veille-d-un-contrat-qui-se-te into develop 2026-06-24 14:04:54 +00:00
Showing only changes of commit 3b63817348 - Show all commits
@@ -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,
) {}
}