Update Post model
This commit is contained in:
parent
97bc67915e
commit
7f420205ef
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue