laravel中delete方法出現問題:on-static method Illuminate\Database\Eloquent\Model::delete() should not be cal

錯誤代碼:
$res = Category::delete($id);code

修改:
$res = Category::where('cate_id',$id)->delete();co

相關文章
相關標籤/搜索