Skip to content

Commit

Permalink
small readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
kristijorgji committed Aug 23, 2022
1 parent 1706c37 commit 527017f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ return [
'outputDirectory' => 'Entities',
'namespace' => 'Entities',
'includeAnnotations' => true,
'typeHintProperties' => true,
'typeHintProperties' => false,
'includeSetters' => true,
'includeGetters' => true,
'fluentSetters' => true,
Expand Down Expand Up @@ -156,6 +156,7 @@ Below is shown only the part of the config for the entities generation, you can
'outputDirectory' => 'Entities',
'namespace' => 'Entities',
'includeAnnotations' => true,
'typeHintProperties' => false,
'includeSetters' => true,
'includeGetters' => true,
'fluentSetters' => true,
Expand Down

0 comments on commit 527017f

Please sign in to comment.