File manager - Edit - /home/linknsbh/proffy.online/app/Mail/MailSender.php
Back
<?php namespace App\Mail; use Illuminate\Bus\Queueable; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class MailSender extends Mailable { use Queueable, SerializesModels; /** * @var array */ private $data; /** * MailSender constructor. */ public function __construct($view, $subject, array $data = []) { $this->view = $view; $this->subject = $subject; $this->data = $data; } public function build(): MailSender { return $this->subject($this->subject) ->markdown($this->view) ->with($this->data); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.15 |
proxy
|
phpinfo
|
Settings