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;