Skip to content

Commit 6ffd0d7

Browse files
authored
BUGFIX: Add missing injects
1 parent 207fa97 commit 6ffd0d7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Classes/Synchronizer.php

+8
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
use Neos\Flow\Annotations as Flow;
1212
use Neos\Flow\Cli\ConsoleOutput;
13+
use Neos\Flow\Utility\Environment;
1314
use Neos\FluidAdaptor\View\StandaloneView;
15+
use Neos\Utility\Files;
1416
use PunktDe\Elastic\Sync\Configuration\ConfigurationService;
1517
use PunktDe\Elastic\Sync\Configuration\PresetConfiguration;
1618
use PunktDe\Elastic\Sync\Configuration\PresetConfigurationFactory;
@@ -57,6 +59,12 @@ class Synchronizer
5759
*/
5860
protected $shellCommandService;
5961

62+
/**
63+
* @Flow\Inject
64+
* @var Environment
65+
*/
66+
protected $environment;
67+
6068
public function __construct()
6169
{
6270
$this->consoleOutput = new ConsoleOutput();

0 commit comments

Comments
 (0)