### 2.3 事务处理 **php** ``` Db::transaction(function() { $user = User::create($data); $user->profile()->save($profileData); }); ```

评论区

登录 后参与评论
× Preview