Skip to content

Commit

Permalink
Merge pull request #75 from experius/feature/fix_error_dynamic_property
Browse files Browse the repository at this point in the history
Update LicenceCheck.php; introduce missing local variables.
  • Loading branch information
Boris van Katwijk authored Jul 12, 2023
2 parents 7e8642f + 681460e commit 4a830dd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Model/System/Message/LicenceCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
class LicenceCheck implements MessageInterface
{
const MESSAGE_IDENTITY = 'experius_system_message';

/**
* @var \Experius\Postcode\Helper\Data
*/
protected $postcodeHelper;

/**
* @var \Magento\Framework\App\Config\ScopeConfigInterface
*/
protected $scopeConfig;

public function __construct(
\Experius\Postcode\Helper\Data $postcodeHelper,
Expand Down

0 comments on commit 4a830dd

Please sign in to comment.