Laravel Eloquent save 触发了哪些事件
1 回答
交互式爱情
TA贡献1712条经验 获得超3个赞
Illuminate/Database/Eloquent/Model.php public function save(array $options = []) { $query = $this->newQueryWithoutScopes(); if ($this->fireModelEvent('saving') === false) { return false; } if ($this->exists) { $saved = $this->p.
- 1 回答
- 0 关注
- 876 浏览
添加回答
举报
0/150
提交
取消