PHP Class App\Listeners\LeadActionLog

Show file Open project: bottelet/flarepoint

Public Methods

Method Description
__construct ( ) : void Action the event listener.
handle ( LeadAction $event ) : void Handle the event.

Method Details

__construct() public method

Action the event listener.
public __construct ( ) : void
return void

handle() public method

Handle the event.
public handle ( LeadAction $event ) : void
$event App\Events\LeadAction
return void