Skip to content

Commit 6f1f676

Browse files
authored
#29677: Corrected property access level
1 parent 133e853 commit 6f1f676

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Controller/Adminhtml/Wysiwyg/Images/OnInsert.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class OnInsert extends Images implements HttpPostActionInterface
2323
/**
2424
* @var GetInsertImageContent
2525
*/
26-
protected $getInsertImageContent;
26+
private $getInsertImageContent;
2727

2828
/**
2929
* @param Context $context

0 commit comments

Comments
 (0)