Skip to content
This repository has been archived by the owner on Feb 18, 2022. It is now read-only.

Commit

Permalink
Adds module dependency checks on isActive()
Browse files Browse the repository at this point in the history
  • Loading branch information
samtroll committed May 27, 2019
1 parent ba12066 commit 43884b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Helper/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@
class Config extends CoreConfig
{
const XML_CONFIG_GROUP = 'checkin';

protected $moduleDependencies = [
'PayEx_Client'
];
}

0 comments on commit 43884b7

Please sign in to comment.