Owl\Services\CommentService::createComment PHP Method

createComment() public method

Create a new comment.
public createComment ( $cmt ) : Illuminate\Database\Eloquent\Model
return Illuminate\Database\Eloquent\Model
    public function createComment($cmt)
    {
        return $this->commentRepo->createComment($cmt);
    }