Commit b62232f6 authored by nanahira's avatar nanahira

fix name conflict

parent 1daf3771
......@@ -133,7 +133,11 @@ export class RestfulFactory<T> {
}
const relationFactory = new RestfulFactory(
relationClass,
{},
{
entityClassName: `${this.getEntityClassName()}${
relationClass.name
}`,
},
this.__resolveVisited,
);
const relationResultDto = relationFactory.entityResultDto;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment