File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import { HasOne } from './model/decorators/attributes/relations/HasOne'
15
15
import { BelongsTo } from './model/decorators/attributes/relations/BelongsTo'
16
16
import { HasMany } from './model/decorators/attributes/relations/HasMany'
17
17
import { HasManyBy } from './model/decorators/attributes/relations/HasManyBy'
18
+ import { MorphOne } from './model/decorators/attributes/relations/MorphOne'
18
19
import { Attribute } from './model/attributes/Attribute'
19
20
import { Type } from './model/attributes/types/Type'
20
21
import { Attr as AttrAttr } from './model/attributes/types/Attr'
@@ -49,6 +50,7 @@ export default {
49
50
BelongsTo,
50
51
HasMany,
51
52
HasManyBy,
53
+ MorphOne,
52
54
Attribute,
53
55
Type,
54
56
AttrAttr,
You can’t perform that action at this time.
0 commit comments