mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-17 02:04:03 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
namespace InvoiceShelf\Mail;
|
||||
|
||||
use InvoiceShelf\Models\EmailLog;
|
||||
use InvoiceShelf\Models\Invoice;
|
||||
use Illuminate\Bus\Queueable;
|
||||
use Illuminate\Mail\Mailable;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use InvoiceShelf\Models\EmailLog;
|
||||
use InvoiceShelf\Models\Invoice;
|
||||
use Vinkla\Hashids\Facades\Hashids;
|
||||
|
||||
class SendInvoiceMail extends Mailable
|
||||
|
||||
Reference in New Issue
Block a user