App\Events\LeadAction::__construct PHP Method

__construct() public method

Create a new event instance.
public __construct ( Leads $lead, $action ) : void
$lead app\models\Leads
return void
    public function __construct(Leads $lead, $action)
    {
        $this->lead = $lead;
        $this->action = $action;
    }