Skip to content

Commit fdec445

Browse files
committed
remove protected property
1 parent f63761f commit fdec445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGallery/Model/ResourceModel/GetAssetsBySearchCriteria.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class GetAssetsBySearchCriteria
3131
/**
3232
* @var SearchResultFactory
3333
*/
34-
protected $searchResultFactory;
34+
private $searchResultFactory;
3535

3636
/**
3737
* @var LoggerInterface

0 commit comments

Comments
 (0)