Update invoice data report references in command and scheduling logic

This commit is contained in:
dhanabalan
2025-11-02 16:51:40 +05:30
parent 1cb54f5101
commit 92bcbc0e8d
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ class InvoiceDataMail extends Mailable
public function envelope(): Envelope
{
return new Envelope(
subject: 'Invoice Data Mail',
subject: 'Invoice Data Report',
);
}