WIP Custom fields feature.

This commit is contained in:
Ahmed Bouhuolia
2020-01-26 21:14:21 +02:00
parent 77c67cc4cb
commit a97b527e8c
10 changed files with 326 additions and 75 deletions

View File

@@ -1,7 +1,6 @@
import { Model } from 'objection';
export default class ModelBase extends Model {
static get collection() {
return Array;
}