.
This commit is contained in:
parent
af1eca6c30
commit
fc18ec9fac
@ -53,6 +53,10 @@ export class Article extends AggregateRoot<IArticleProps> implements IArticle {
|
|||||||
super(props, id);
|
super(props, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
get id(): UniqueID {
|
||||||
|
return this.id;
|
||||||
|
}
|
||||||
|
|
||||||
get catalog_name(): Slug {
|
get catalog_name(): Slug {
|
||||||
return this.props.catalog_name;
|
return this.props.catalog_name;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user