Skip to content

Commit

Permalink
Fix #14958 - change fields visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartlomiejsz committed Apr 15, 2019
1 parent 3ff5c06 commit 85b0730
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DeleteByStore
/**
* @var resourceMetadata
*/
protected $resourceMetadata;
private $resourceMetadata;

/**
* @var ResourceProfile
Expand All @@ -32,12 +32,12 @@ class DeleteByStore
/**
* @var MetaFactory
*/
protected $metaFactory;
private $metaFactory;

/**
* @var AppResource
*/
protected $appResource;
private $appResource;

/**
* @param ResourceMetadata $resourceMetadata
Expand Down

0 comments on commit 85b0730

Please sign in to comment.