File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11import { Model } from '../../../src/model' ;
22import Post from './post' ;
33import { BelongsToMany } from '../../../src/drivers/default/relations/belongsToMany' ;
4- import { DefaultPersistedAttributes } from '../../../lib /types/defaultPersistedAttributes' ;
4+ import { DefaultPersistedAttributes } from '../../../src /types/defaultPersistedAttributes' ;
55
66export default class Tag extends Model < {
77 content : string ;
Original file line number Diff line number Diff line change 11import { Model } from '../../../src/model' ;
22import Post from './post' ;
33import { HasMany } from '../../../src/drivers/default/relations/hasMany' ;
4- import { DefaultPersistedAttributes } from '../../../lib /types/defaultPersistedAttributes' ;
4+ import { DefaultPersistedAttributes } from '../../../src /types/defaultPersistedAttributes' ;
55
66export type UserAttributes = {
77 name : string ;
You can’t perform that action at this time.
0 commit comments