Esempio n. 1
0
 public function createComponentComments()
 {
     return $this->comments->create('article', $this->articleDat->id);
 }
Esempio n. 2
0
 public function createComponentComments()
 {
     return $this->comments->create('user', $this->userDat->id);
 }