mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: system repositories.
This commit is contained in:
@@ -13,6 +13,7 @@ export default class CachableRepository extends EntityRepository{
|
||||
constructor(knex, cache) {
|
||||
super(knex);
|
||||
this.cache = cache;
|
||||
this.repositoryName = this.constructor.name;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user