Update Post model

This commit is contained in:
Visman 2020-06-06 19:26:59 +07:00
parent 97bc67915e
commit 7f420205ef

View file

@ -22,7 +22,7 @@ class Model extends DataModel
throw new RuntimeException('Parent is not defined');
}
return $this->c->topics->get($this->topic_id);
return $this->c->topics->load($this->topic_id);
}
/**