\App\ListenersRegisteredListener

Summary

Methods
Properties
Constants
__construct()
handle()
failed()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$verificationService
N/A

Properties

$verificationService

$verificationService : 

Type

Methods

__construct()

__construct(\App\Services\VerificationService  $verificationService) 

Create the event listener.

Parameters

\App\Services\VerificationService $verificationService

handle()

handle(\Illuminate\Auth\Events\Registered  $event) : void

Handle the event.

Parameters

\Illuminate\Auth\Events\Registered $event

failed()

failed(\Illuminate\Auth\Events\Registered  $event,   $exception) 

Parameters

\Illuminate\Auth\Events\Registered $event
$exception