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'
1515import { BelongsTo } from './model/decorators/attributes/relations/BelongsTo'
1616import { HasMany } from './model/decorators/attributes/relations/HasMany'
1717import { HasManyBy } from './model/decorators/attributes/relations/HasManyBy'
18+ import { MorphOne } from './model/decorators/attributes/relations/MorphOne'
1819import { Attribute } from './model/attributes/Attribute'
1920import { Type } from './model/attributes/types/Type'
2021import { Attr as AttrAttr } from './model/attributes/types/Attr'
@@ -49,6 +50,7 @@ export default {
4950 BelongsTo,
5051 HasMany,
5152 HasManyBy,
53+ MorphOne,
5254 Attribute,
5355 Type,
5456 AttrAttr,
You can’t perform that action at this time.
0 commit comments