Content::comments PHP Method

comments() public method

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