Skip to content

Commit

Permalink
Make underscore naming convetion default [BC BREAK] [Closes #66]
Browse files Browse the repository at this point in the history
  • Loading branch information
fprochazka committed May 13, 2014
1 parent 807dd9d commit d699605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Kdyby/Doctrine/DI/OrmExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class OrmExtension extends Nette\DI\CompilerExtension
'classMetadataFactory' => 'Kdyby\Doctrine\Mapping\ClassMetadataFactory',
'defaultRepositoryClassName' => 'Kdyby\Doctrine\EntityDao',
'autoGenerateProxyClasses' => '%debugMode%',
'namingStrategy' => 'Doctrine\ORM\Mapping\DefaultNamingStrategy',
'namingStrategy' => 'Doctrine\ORM\Mapping\UnderscoreNamingStrategy',
'quoteStrategy' => 'Doctrine\ORM\Mapping\DefaultQuoteStrategy',
'entityListenerResolver' => 'Kdyby\Doctrine\Mapping\EntityListenerResolver',
'proxyDir' => '%tempDir%/proxies',
Expand Down

4 comments on commit d699605

@janmarek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to v doctrine maj, jo?

@fprochazka
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jj, odkládal jsem tuhle změnu schválně do dalšího major releasu, abych nedostal nadaný že dělám BC Breaky :)

@TomasVotruba
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome!

@mishak87
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another config line gone! Yay!

Please sign in to comment.