App\Notifications\LeadActionNotification::__construct PHP Method

__construct() public method

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