We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e8642f + 681460e commit 4a830ddCopy full SHA for 4a830dd
1 file changed
Model/System/Message/LicenceCheck.php
@@ -7,6 +7,16 @@
7
class LicenceCheck implements MessageInterface
8
{
9
const MESSAGE_IDENTITY = 'experius_system_message';
10
+
11
+ /**
12
+ * @var \Experius\Postcode\Helper\Data
13
+ */
14
+ protected $postcodeHelper;
15
16
17
+ * @var \Magento\Framework\App\Config\ScopeConfigInterface
18
19
+ protected $scopeConfig;
20
21
public function __construct(
22
\Experius\Postcode\Helper\Data $postcodeHelper,
0 commit comments