Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakin Mohapatra authored and Lakin Mohapatra committed Mar 31, 2016
2 parents ae04122 + d8f95ec commit bf498f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Updates can also be performed against any number of models that match a given qu

Test::where('active', 1)
->where('address', 'San Diego')
->update();
->update(['name' => 'Deb']);
## Deleting Models
To delete a model, call the delete method on a model instance:
Expand Down

0 comments on commit bf498f3

Please sign in to comment.