Fixed a few inconcistencies
This commit is contained in:
parent
4d980fb6ce
commit
b9ceee8abd
6 changed files with 26 additions and 13 deletions
|
|
@ -203,9 +203,9 @@ EOT
|
|||
'propel.builder.queryinheritancestub.class' => ModelBuildCommand::DEFAULT_QUERY_INHERITANCE_STUB_BUILDER,
|
||||
'propel.builder.tablemap.class' => ModelBuildCommand::DEFAULT_TABLEMAP_BUILDER,
|
||||
'propel.builder.pluralizer.class' => ModelBuildCommand::DEFAULT_PLURALIZER,
|
||||
'propel.disableIdentifierQuoting' => !false,
|
||||
'propel.disableIdentifierQuoting' => true,
|
||||
'propel.packageObjectModel' => true,
|
||||
'propel.namespace.autoPackage' => !false,
|
||||
'propel.namespace.autoPackage' => true,
|
||||
'propel.addGenericAccessors' => true,
|
||||
'propel.addGenericMutators' => true,
|
||||
'propel.addSaveMethod' => true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue