模型 mongo bug

浏览:311 发布日期:2020/01/08 分类:ThinkPHP6专区
错误提示:method not exist:think\db\Mongo->sequence

暂时解决方法
在 mongo.php 增加public function sequence(string $sequence = null)
    {
        $this->options['sequence'] = $sequence;
        return $this;
    }
最佳答案
评论( 相关
后面还有条评论,点击查看>>