Fix missing chars in xml comment
This commit is contained in:
parent
e750b27edb
commit
f6aa387e6f
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ to be designated as an entity. This can be done through the
|
|||
|
||||
<doctrine-mapping>
|
||||
<entity name="MyPersistentClass">
|
||||
<!-- ... ->
|
||||
<!-- ... -->
|
||||
</entity>
|
||||
</doctrine-mapping>
|
||||
|
||||
|
@ -120,7 +120,7 @@ name as the class name. In order to change that, you can use the
|
|||
|
||||
<doctrine-mapping>
|
||||
<entity name="MyPersistentClass" table="my_persistent_class">
|
||||
<!-- ... ->
|
||||
<!-- ... -->
|
||||
</entity>
|
||||
</doctrine-mapping>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue