From a83c89c524fcf87e0df6abfdb0b31286773398ee Mon Sep 17 00:00:00 2001 From: Masroor Ehsan Date: Tue, 7 Jan 2025 17:19:22 +0600 Subject: [PATCH] wip --- app/Domain/Report/ReportStatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Domain/Report/ReportStatus.php b/app/Domain/Report/ReportStatus.php index db21575..28a1d50 100644 --- a/app/Domain/Report/ReportStatus.php +++ b/app/Domain/Report/ReportStatus.php @@ -5,7 +5,7 @@ enum ReportStatus: int { case Unread = 0; - case Opened = 10; + case Dictated = 10; case Transcribed = 20; case Preliminary = 30; case Finalized = 40;