File Manager Lite
Dir:
/home/codewavebd/public_html/vendor/laravel/framework/src/Illuminate/Contracts/Mail
Upload
[..]
Attachable.php (227 B)
Edit
Rename
Del
MailQueue.php (648 B)
Edit
Rename
Del
Mailable.php (1.75 KB)
Edit
Rename
Del
Mailer.php (1.52 KB)
Edit
Rename
Del
Edit: Attachable.php
<?php namespace Illuminate\Contracts\Mail; interface Attachable { /** * Get an attachment instance for this entity. * * @return \Illuminate\Mail\Attachment */ public function toMailAttachment(); }
Simpan