Skip to content

Commit

Permalink
Fix configuration instance name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fooriva committed May 2, 2017
1 parent a1e8cda commit 6b50683
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ public function generate($daonamespace, $beannamespace, /*$storeInUtc = 0,*/ $se

// We declare our instance of the Symfony command as a Mouf instance
$generateCommand = InstallUtils::getOrCreateInstance('generateCommand', GenerateCommand::class, $this->moufManager);
$generateCommand->getConstructorArgumentProperty('tdbmConfiguration')->setValue($tdbmConfiguration);
$generateCommand->getConstructorArgumentProperty('configuration')->setValue($tdbmConfiguration);

// We register that instance descriptor using "ConsoleUtils"
$consoleUtils = new ConsoleUtils($this->moufManager);
Expand Down

0 comments on commit 6b50683

Please sign in to comment.