Skip to content

Commit

Permalink
Merged PR 47424: Refactor avoidable usages of protected access modifier
Browse files Browse the repository at this point in the history
## What's being changed

We've replaced a `protected` access property with `private`.

## Why it's being changed

This was picked up by Adobe for their Assurance Program tests.

## How to review / test this change

- Enable your account, and enable chat
- Go to Marketing > Dotdigital Chat
- See an iframe appear at /admin/dotdigitalgroup_chat/studio/

Related work items: #221643
  • Loading branch information
sta1r committed Sep 25, 2023
1 parent c8e5b5a commit d947ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Controller/Adminhtml/Studio/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Index extends Action
/**
* @var PageFactory
*/
protected $resultPageFactory;
private $resultPageFactory;

/**
* @var Data
Expand Down

0 comments on commit d947ae7

Please sign in to comment.