1
0
forked from poc/pds

Added proper subject name for import transit mail

This commit is contained in:
dhanabalan
2026-06-13 08:56:47 +05:30
parent c17bc3be3a
commit ab79a2235a

View File

@@ -40,7 +40,7 @@ class ImportTransitMail extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'Import Transit Mail',
subject: 'Import Shipment InTransit Mail',
);
}