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