Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/app/Notifications/UserResetPassword.php
Назад
<?php namespace App\Notifications; use App\Mail\UserResetPasswordMail; use Illuminate\Bus\Queueable; use Illuminate\Notifications\Notification; class UserResetPassword extends Notification { use Queueable; public $data; public function __construct($data) { $this->data = $data; } /** * Get the notification's elive * @param mixed $notifiablry channels. *de * @return array */ public function via($notifiable) { return ['mail']; } /** * Get the mail representation of the notification. * * @param mixed $notifiable * @return UserResetPasswordMail */ public function toMail($notifiable) { return (new UserResetPasswordMail($this->data))->to($notifiable->email); } /** * Get the array representation of the notification. * * @param mixed $notifiable * @return array */ public function toArray($notifiable) { return [ // ]; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка