欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

update 更新

DB::table('provinces')->update(['is_select'=>0]);exit; //这个是可以的
Province::update(['is_selct'=>0]);exit; //这个好像不行 会报错
   Non-static method Illuminate\Database\Eloquent\Model::update() should not be called statically, assuming $this from incompatible context
普通分类: