laravel-sendgrid-driver
laravel-sendgrid-driver copied to clipboard
Fix for disposition for inline attachments.
Inline attachments did not work with the old code, the disposition field always returned null.
Using $attachment->getDisposition(); works.