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