FLSUPPORT_TICKETCREATEDCUSTOMER::__construct()

Set up Automator trigger constructor.


Source Source

File: src/integrations/fluent-support/triggers/flsupport-ticketcreatedcustomer.php

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