Added proper subject name for import transit mail #744
@@ -40,7 +40,7 @@ class ImportTransitMail extends Mailable
|
||||
public function envelope(): Envelope
|
||||
{
|
||||
return new Envelope(
|
||||
subject: 'Import Transit Mail',
|
||||
subject: 'Import Shipment InTransit Mail',
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user