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