PHP Класс REBELinBLUE\Deployer\Listeners\Events\SendSignupEmail

Наследование: extends Event, implements Illuminate\Contracts\Queue\ShouldQueue, use trait Illuminate\Queue\InteractsWithQueue
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( ) SendSignupEmail constructor.
handle ( UserWasCreated $event ) Handle the event.

Описание методов

__construct() публичный Метод

SendSignupEmail constructor.
public __construct ( )

handle() публичный Метод

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