Corcel\CommentBuilder::approved PHP Метод

approved() публичный Метод

Where clause for only approved comments
public approved ( ) : CommentBuilder
Результат CommentBuilder
    public function approved()
    {
        return $this->where('comment_approved', 1);
    }
CommentBuilder