mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
feat: remove path alias.
feat: remove Webpack and depend on nodemon. feat: refactoring expenses. feat: optimize system users with caching. feat: architecture tenant optimize.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { Model, mixin } from 'objection';
|
||||
import { snakeCase, each } from 'lodash';
|
||||
import { mapKeysDeep } from '@/utils';
|
||||
import PaginationQueryBuilder from '@/models/Pagination';
|
||||
import DateSession from '@/models/DateSession';
|
||||
import { mapKeysDeep } from 'utils';
|
||||
import PaginationQueryBuilder from 'models/Pagination';
|
||||
import DateSession from 'models/DateSession';
|
||||
|
||||
export default class ModelBase extends mixin(Model, [DateSession]) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user