Commit 69cf9949 authored by nanahira's avatar nanahira

fix

parent 8320096f
Pipeline #7146 passed with stages
in 1 minute and 29 seconds
...@@ -89,7 +89,7 @@ export class CrudBase< ...@@ -89,7 +89,7 @@ export class CrudBase<
} }
} }
private queryBuilder() { protected queryBuilder() {
return this.repo.createQueryBuilder(this.entityAliasName); return this.repo.createQueryBuilder(this.entityAliasName);
} }
......
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