copyright

This commit is contained in:
O K
2025-09-04 14:56:01 +03:00
parent 02da623898
commit ee75ace7cd

View File

@@ -3,8 +3,8 @@
/** /**
* Mautic Integration for PrestaShop * Mautic Integration for PrestaShop
* *
* @author Your Name * @author Panariga
* @copyright 2023 Your Name * @copyright 2025 Panariga
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0) * @license https://opensource.org/licenses/AFL-3.0 Academic Free License (AFL 3.0)
*/ */
@@ -1096,6 +1096,7 @@ class MauticConnect extends Module
'date_add' => date('Y-m-d H:i:s'), 'date_add' => date('Y-m-d H:i:s'),
], false, true, Db::INSERT_IGNORE); // INSERT IGNORE is a safe way to prevent errors on race conditions ], false, true, Db::INSERT_IGNORE); // INSERT IGNORE is a safe way to prevent errors on race conditions
} }
public function log(array $data) public function log(array $data)
{ {