PHP Class REBELinBLUE\Deployer\Listeners\Events\EmailChangeConfirmation

Inheritance: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
Show file Open project: rebelinblue/deployer

Public Methods

Method Description
__construct ( ) EmailChangeConfirmation constructor.
handle ( EmailChangeRequested $event ) Handle the event.

Method Details

__construct() public method

EmailChangeConfirmation constructor.
public __construct ( )

handle() public method

Handle the event.
public handle ( EmailChangeRequested $event )
$event REBELinBLUE\Deployer\Events\EmailChangeRequested