<?phpnamespace IlluminateContractsMail;interface Attachable{ /** * Get an attachment instance for this entity. * * @return IlluminateMailAttachment */ public function toMailAttachment();}