Skip to content

Commit

Permalink
Merge pull request #6805 from yesdevnull/patch-1
Browse files Browse the repository at this point in the history
[Docs] Corrected NamingStrategy demo code to match example
  • Loading branch information
Majkl578 authored Dec 12, 2017
2 parents e149f89 + cd00cca commit a352c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/namingstrategy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ a naming strategy for database tables and columns.
Implementing a naming strategy
-------------------------------
If you have database naming standards, like all table names should be prefixed
by the application prefix, all column names should be upper case, you can easily
by the application prefix, all column names should be lower case, you can easily
achieve such standards by implementing a naming strategy.

You need to create a class which implements ``Doctrine\ORM\Mapping\NamingStrategy``.
Expand Down

0 comments on commit a352c21

Please sign in to comment.