We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207fa97 commit 6ffd0d7Copy full SHA for 6ffd0d7
Classes/Synchronizer.php
@@ -10,7 +10,9 @@
10
11
use Neos\Flow\Annotations as Flow;
12
use Neos\Flow\Cli\ConsoleOutput;
13
+use Neos\Flow\Utility\Environment;
14
use Neos\FluidAdaptor\View\StandaloneView;
15
+use Neos\Utility\Files;
16
use PunktDe\Elastic\Sync\Configuration\ConfigurationService;
17
use PunktDe\Elastic\Sync\Configuration\PresetConfiguration;
18
use PunktDe\Elastic\Sync\Configuration\PresetConfigurationFactory;
@@ -57,6 +59,12 @@ class Synchronizer
57
59
*/
58
60
protected $shellCommandService;
61
62
+ /**
63
+ * @Flow\Inject
64
+ * @var Environment
65
+ */
66
+ protected $environment;
67
+
68
public function __construct()
69
{
70
$this->consoleOutput = new ConsoleOutput();
0 commit comments