Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 35b278d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-84764: NewRelic: Disables Module Deployments, Creates new Deploy Marker Command #12477
- fixed SVC
1 parent 7b82be8 commit 35b278d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/NewRelicReporting/Console/Command/DeployMarker.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ class DeployMarker extends Command
1717
/**
1818
* @var DeploymentsFactory
1919
*/
20-
protected $deploymentsFactory;
20+
private $deploymentsFactory;
2121

2222
/**
2323
* @var ServiceShellUser
2424
*/
25-
protected $serviceShellUser;
25+
private $serviceShellUser;
2626

2727
/**
2828
* Initialize dependencies.

0 commit comments

Comments
 (0)