Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Model.php
  • Loading branch information
taylorotwell authored Aug 30, 2021
commit 5ce5510bebb3bb2b9257dca4ed502a13a8015ed2
2 changes: 1 addition & 1 deletion src/Illuminate/Database/Eloquent/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ public function update(array $attributes = [], array $options = [])
}

/**
* Update the model to the database using transaction.
* Update the model in the database within a transaction.
*
* @param array $attributes
* @param array $options
Expand Down