We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b439f commit 2c041fdCopy full SHA for 2c041fd
README.md
@@ -28,7 +28,7 @@ class Person {
28
29
class PersonRepository extends AbstractRepository<Person, string> {
30
constructor() {
31
- super(new DatabaseAccess(PersonRepository.name), Person);
+ super(DatabaseAccess.get(PersonRepository.name), Person);
32
}
33
34
0 commit comments