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