1
0
forked from poc/pds

Changed mail subject name of laser stop report

This commit is contained in:
dhanabalan
2026-08-24 12:02:18 +05:30
parent 7e12ca6c2c
commit ebcd7d48c3

View File

@@ -35,7 +35,7 @@ class LaserStopReportMail extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'Laser Stopped Alert',
subject: 'Laser Marking Stopped Alert',
);
}