PHP Class REBELinBLUE\Deployer\Listeners\Events\SendSignupEmail

Inheritance: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
Afficher le fichier Open project: rebelinblue/deployer

Méthodes publiques

Méthode Description
__construct ( ) SendSignupEmail constructor.
handle ( UserWasCreated $event ) Handle the event.

Method Details

__construct() public méthode

SendSignupEmail constructor.
public __construct ( )

handle() public méthode

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