hasMany(Comment::class); } public function scoped_comments() { return $this->hasMany(Comment::class); } }