Skip to content

Commit

Permalink
MAGETWO-84764: NewRelic: Disables Module Deployments, Creates new Dep…
Browse files Browse the repository at this point in the history
…loy Marker Command #12477

 - fixed SVC
  • Loading branch information
Oleksii Korshenko committed Dec 11, 2017
1 parent 7b82be8 commit 35b278d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ class DeployMarker extends Command
/**
* @var DeploymentsFactory
*/
protected $deploymentsFactory;
private $deploymentsFactory;

/**
* @var ServiceShellUser
*/
protected $serviceShellUser;
private $serviceShellUser;

/**
* Initialize dependencies.
Expand Down

0 comments on commit 35b278d

Please sign in to comment.