From 8b258e979a2f5006bd68ff1669fb987ef09ca132 Mon Sep 17 00:00:00 2001 From: Thomas N Date: Thu, 10 Sep 2026 14:42:31 +0100 Subject: [PATCH] Add the product key needed to upload releases on the marketplace --- contactform.php | 1 + 1 file changed, 1 insertion(+) diff --git a/contactform.php b/contactform.php index 962ca28..7a43cf0 100644 --- a/contactform.php +++ b/contactform.php @@ -56,6 +56,7 @@ public function __construct() $this->tab = 'front_office_features'; $this->version = '5.0.0'; $this->bootstrap = true; + $this->module_key = '2767cbe25d7dd178be899f39513a53df'; parent::__construct();