PATH:
home
/
rwabteecom
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Mail
/
Mailables
/
Editing: Attachment.php
<?php namespace Illuminate\Mail\Mailables; use Illuminate\Mail\Attachment as BaseAttachment; class Attachment extends BaseAttachment { // Here for namespace consistency... }
SAVE
CANCEL