Skip to content

Commit

Permalink
fix: add check ps_version
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Gomis authored and Benjamin-Freoua-Alma committed Aug 2, 2024
1 parent 5e73e9d commit 6a62b45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alma/controllers/hook/ActionObjectUpdateAfter.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
use Alma\PrestaShop\Helpers\ConstantsHelper;
use Alma\PrestaShop\Logger;

if (!defined('_PS_VERSION_')) {
exit;
}
class ActionObjectUpdateAfter
{
/**
Expand Down

0 comments on commit 6a62b45

Please sign in to comment.