add empik module

This commit is contained in:
2025-05-30 09:08:26 +02:00
parent 87a41f4cfc
commit 56aa2cdc2d
1466 changed files with 138249 additions and 146 deletions

View File

@@ -0,0 +1,18 @@
<?php
use Empik\Marketplace\Cache\CacheClearer;
if (!defined('_PS_VERSION_')) {
exit;
}
/**
* @param EmpikMarketplace $object
* @return bool
*/
function upgrade_module_1_1_3($object)
{
(new CacheClearer($object))->clear();
return true;
}