tp5修改数据前过滤
时间:2020-08-06 01:22:02
收藏:0
阅读:144
$user = new User(); $data = Request::only([‘username,email‘]); $id = $user->save($data,[‘id‘=>1]);
原文:https://www.cnblogs.com/aln0825/p/13443608.html
评论(0)