mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
add server to monorepo.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import TenantRepository from '@/repositories/TenantRepository';
|
||||
import { InventoryTransaction } from 'models';
|
||||
|
||||
export default class InventoryTransactionRepository extends TenantRepository {
|
||||
/**
|
||||
* Gets the repository's model.
|
||||
*/
|
||||
get model() {
|
||||
return InventoryTransaction.bindKnex(this.knex);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user