Skip to content

Commit 2c041fd

Browse files
committed
fix readme
1 parent 51b439f commit 2c041fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Person {
2828

2929
class PersonRepository extends AbstractRepository<Person, string> {
3030
constructor() {
31-
super(new DatabaseAccess(PersonRepository.name), Person);
31+
super(DatabaseAccess.get(PersonRepository.name), Person);
3232
}
3333
}
3434

0 commit comments

Comments
 (0)