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 關注
- 892 瀏覽
添加回答
舉報
0/150
提交
取消