FCRM_ADD_USER_TO_LIST::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/fluent-crm/triggers/fcrm-add-user-to-list.php

	public function __construct() {
		$this->trigger_code = 'FCRMUSERLIST';
		$this->trigger_meta = 'FCRMLIST';
		$this->define_trigger();
	}