Skip to content

Commit

Permalink
Merge pull request #11 from Phennim/master
Browse files Browse the repository at this point in the history
Fix access level for messageManager variable
  • Loading branch information
jissereitsma authored Jul 11, 2023
2 parents f9a7532 + db84661 commit 74fdc13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Index/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class Index extends Action
/**
* @var ManagerInterface
*/
private $messageManager;
protected $messageManager;

/**
* @var Config
Expand Down
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Index/Send.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Send extends Action
/**
* @var MessageManager
*/
private $messageManager;
protected $messageManager;

/**
* @var Form
Expand Down

0 comments on commit 74fdc13

Please sign in to comment.