Skip to content

Commit

Permalink
BUGFIX: Add missing injects
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ll-m3-j4ck committed Apr 8, 2021
1 parent 207fa97 commit 6ffd0d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Classes/Synchronizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

use Neos\Flow\Annotations as Flow;
use Neos\Flow\Cli\ConsoleOutput;
use Neos\Flow\Utility\Environment;
use Neos\FluidAdaptor\View\StandaloneView;
use Neos\Utility\Files;
use PunktDe\Elastic\Sync\Configuration\ConfigurationService;
use PunktDe\Elastic\Sync\Configuration\PresetConfiguration;
use PunktDe\Elastic\Sync\Configuration\PresetConfigurationFactory;
Expand Down Expand Up @@ -57,6 +59,12 @@ class Synchronizer
*/
protected $shellCommandService;

/**
* @Flow\Inject
* @var Environment
*/
protected $environment;

public function __construct()
{
$this->consoleOutput = new ConsoleOutput();
Expand Down

0 comments on commit 6ffd0d7

Please sign in to comment.