From 43884b7621f29a87231a121427c5fc4451d8790d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sammy=20Nordstr=C3=B6m?= Date: Mon, 27 May 2019 15:44:11 +0200 Subject: [PATCH] Adds module dependency checks on isActive() --- Helper/Config.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Helper/Config.php b/Helper/Config.php index a733cdd..432bba7 100644 --- a/Helper/Config.php +++ b/Helper/Config.php @@ -7,4 +7,8 @@ class Config extends CoreConfig { const XML_CONFIG_GROUP = 'checkin'; + + protected $moduleDependencies = [ + 'PayEx_Client' + ]; }