Corcel\CommentBuilder::approved PHP Method

approved() public method

Where clause for only approved comments
public approved ( ) : CommentBuilder
return CommentBuilder
    public function approved()
    {
        return $this->where('comment_approved', 1);
    }
CommentBuilder