Skip to content

Commit 5178cd7

Browse files
author
kamilfronczak
committed
optimized version for readable tree readme
1 parent aafe6cf commit 5178cd7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ export class CategoryFake extends NestedSetSubjectAbstract<CategoryFake>{
5353
return this.id
5454
}
5555

56+
getIdentifierName(): string {
57+
return 'id'
58+
}
59+
5660
}
5761

5862
```

0 commit comments

Comments
 (0)