���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/web.zhaap.com/app__1b5d5ff/Mail/CommonEmailTemplate.php
���ѧ٧ѧ�
<?php namespace App\Mail; use Illuminate\Bus\Queueable; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class CommonEmailTemplate extends Mailable { use Queueable, SerializesModels; public $template; public $settings; /** * Create a new message instance. * * @return void */ public function __construct($template, $settings) { $this->template = $template; $this->settings = $settings; } /** * Build the message. * * @return $this */ public function build() { return $this->from($this->settings['mail_from_address'], $this->template->from)->markdown('email.common_email_template')->subject($this->template->subject)->with('content', $this->template->content); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�