Merge pull request #2659 from tonitim13/bugfix/docs_model_update

Fix documentation bug. Modeling data / Using Codeigniter's model
This commit is contained in:
Lonnie Ezell 2020-03-02 16:21:57 -06:00 committed by GitHub
commit 10e64b3d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ update command, with the added benefit of validation, events, etc::
$userModel
->whereIn('id', [1,2,3])
->set(['active' => 1]
->set(['active' => 1])
->update();
**save()**