Merge pull request #74 from Hlavtox/standard-check

Standardize version check
This commit is contained in:
Daniel Hlaváček
2023-12-28 16:04:47 +01:00
committed by GitHub
+3
View File
@@ -23,6 +23,9 @@
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
if (!defined('_PS_VERSION_')) {
exit;
}
use PrestaShop\PrestaShop\Core\Module\WidgetInterface;