Skip to content

Commit

Permalink
Merge pull request #14 from narthur/codegen
Browse files Browse the repository at this point in the history
make repository field protected
  • Loading branch information
narthur committed Apr 11, 2024
2 parents faa2688 + 6da9bce commit fab0116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ ${foreignTables
.join("\n")}
export class ${tableName}Row extends Row<${tableName}RowType> {
private repository: Repository;
protected repository: Repository;
constructor(options: {
tableId: number;
rowId: number;
Expand Down

0 comments on commit fab0116

Please sign in to comment.