PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
illuminate
/
contracts
/
Mail
<?php namespace RectorPrefix202411\Illuminate\Contracts\Mail; interface Factory { /** * Get a mailer instance by name. * * @param string|null $name * @return \Illuminate\Contracts\Mail\Mailer */ public function mailer($name = null); }
[+]
..
[-] Mailable.php
[edit]
[-] Attachable.php
[edit]
[-] Factory.php
[edit]
[-] Mailer.php
[edit]
[-] MailQueue.php
[edit]