golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Mail
⬆️ Go Up
Upload
File/Folder
Size
Actions
Attachable.php
246 B
Del
OK
Factory.php
272 B
Del
OK
MailQueue.php
666 B
Del
OK
Mailable.php
1.78 KB
Del
OK
Mailer.php
1.34 KB
Del
OK
Edit: Factory.php
<?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); }
Save