Skip to content

Commit

Permalink
Update GenerateServiceTestCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
leberknecht authored Jun 15, 2016
1 parent bed3e77 commit 265a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Command/GenerateServiceTestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function configure()

protected function injectDependencies()
{
$this->testGeneratorService = $this->getContainer->get('tps.test_generator');
$this->testGeneratorService = $this->getContainer()->get('tps.test_generator');
}

/**
Expand Down

0 comments on commit 265a1d7

Please sign in to comment.