Файловый менеджер - Редактировать - /home/c7lekhnath/silverray.com.au/oldsite/app/Mail/SendSingleSellerMail.php
Назад
<?php namespace App\Mail; use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Mail\Mailable; use Illuminate\Queue\SerializesModels; class SendSingleSellerMail extends Mailable { use Queueable, SerializesModels; public $subject; public $template; public function __construct($subject, $template) { $this->subject = $subject; $this->template = $template; } public function build() { $subject = $this->subject; $template = $this->template; return $this->subject($this->subject)->view('admin.send_single_seller_mail',compact('template','subject')); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.20 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка