Laravel Eloquent save 触发了哪些事件?

Laravel Eloquent save 触发了哪些事件


阿波罗的战车
浏览 771回答 1
1回答

交互式爱情

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.
打开App,查看更多内容
随时随地看视频慕课网APP