Файловый менеджер - Редактировать - /home/clickysoft/public_html/somni.clickysoft.net/app/Listeners/SendEmailNotificationLandlordInvitation.php
Назад
<?php namespace App\Listeners; use App\Events\InvitationSent; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Queue\InteractsWithQueue; use Socket; class SendEmailNotificationLandlordInvitation { /** * Create the event listener. */ public function __construct() { // } /** * Handle the event. */ public function handle(InvitationSent $event) { // if($event->user->isEmailNotificationEnabled()){ \Mail::to($event->user->email)->send(new \App\Mail\LandlordInvitationEmailSent($event->user, $event->invitationCode, $event->email)); return true; // } } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка