Content::comments PHP Méthode

comments() public méthode

public comments ( )
    public function comments()
    {
        return $this->morphMany('Comments', 'rel');
    }