Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
laravel
/
framework
/
src
/
Illuminate
/
Auth
/
Listeners
Location:
/home/zoteqbgb/public_html/vendor/laravel/framework/src/Illuminate/Auth/Listeners
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: SendEmailVerificationNotification.php
<?php namespace Illuminate\Auth\Listeners; use Illuminate\Auth\Events\Registered; use Illuminate\Contracts\Auth\MustVerifyEmail; class SendEmailVerificationNotification { /** * Handle the event. * * @param \Illuminate\Auth\Events\Registered $event * @return void */ public function handle(Registered $event) { if ($event->user instanceof MustVerifyEmail && ! $event->user->hasVerifiedEmail()) { $event->user->sendEmailVerificationNotification(); } } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
SendEmailVerificationNotification.php
526 bytes
0644
2025-01-31 15:04
âï¸
ðï¸
Rename
Chang
Apply