Fix DbResource path
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -16,7 +16,7 @@ along with this software (see the LICENSE.md file). If not, see | ... | @@ -16,7 +16,7 @@ along with this software (see the LICENSE.md file). If not, see |
16 | 16 | ||
17 | <extend-entity entity-name="ProductStoreEmail" package="mantle.product.store"> | 17 | <extend-entity entity-name="ProductStoreEmail" package="mantle.product.store"> |
18 | <field name="resourceId" type="id"/> | 18 | <field name="resourceId" type="id"/> |
19 | <relationship type="one" related="mantle.resource.DbResource" short-alias="dbResource"/> | 19 | <relationship type="one" related="moqui.resource.DbResource" short-alias="dbResource"/> |
20 | </extend-entity> | 20 | </extend-entity> |
21 | 21 | ||
22 | </entities> | 22 | </entities> | ... | ... |
-
Please register or sign in to post a comment