refactor(ticket): remove service_date field and update validity time logic

This commit is contained in:
2026-08-06 16:05:08 -03:00
parent 448ffb4102
commit b224dd8650
12 changed files with 73 additions and 77 deletions

View File

@@ -4,7 +4,7 @@ namespace App\Domains\Ticket\Enums;
enum ValidityTimeType: string
{
case ServiceDateWindow = 'service_date_window';
case TimeWindow = 'time_window';
case FixedWindow = 'fixed_window';
/** @return list<string> */