Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
set generate annotations
  • Loading branch information
heartsentwined committed Oct 10, 2012
1 parent aa94ba9 commit b015658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/DoctrineEntityTask.php
Expand Up @@ -116,7 +116,7 @@ public function main()
// Create EntityGenerator
$entityGenerator = new EntityGenerator();

$entityGenerator->setGenerateAnnotations(false);
$entityGenerator->setGenerateAnnotations(true);
$entityGenerator->setGenerateStubMethods(true);
$entityGenerator->setRegenerateEntityIfExists(true);
$entityGenerator->setUpdateEntityIfExists(true);
Expand Down

0 comments on commit b015658

Please sign in to comment.