diff --git a/app/Mail/LaserStopReportMail.php b/app/Mail/LaserStopReportMail.php index 6f3114c..394e85b 100644 --- a/app/Mail/LaserStopReportMail.php +++ b/app/Mail/LaserStopReportMail.php @@ -35,7 +35,7 @@ class LaserStopReportMail extends Mailable public function envelope(): Envelope { return new Envelope( - subject: 'Laser Stopped Alert', + subject: 'Laser Marking Stopped Alert', ); }