why doesn't work laravel whereNotIn query?

后端 未结 0 1639
隐瞒了意图╮
隐瞒了意图╮ 2021-01-26 23:12

i use this code

    $labels = DB::table(\'post_tag\')
            ->select(\'tags.name as tagname\')
            ->join(\'posts\',\'posts.id\', \'=\',\'post         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题