PATH:
home
/
lab2454c
/
bancmils.com
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Contracts
/
Mail
<?php namespace 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]
[-] .htaccess
[edit]
[-] Factory.php
[edit]
[-] Mailer.php
[edit]
[-] MailQueue.php
[edit]