Commit 4fe2c40e authored by Mohit Mamoria's avatar Mohit Mamoria

Fixed a typo

Just fixed a simple typo
parent a126460a
......@@ -372,7 +372,7 @@ You may also use the create method to save a new model in a single line:
**Updating a model**
o update a model, you may retrieve it, change an attribute, and use the save method.
To update a model, you may retrieve it, change an attribute, and use the save method.
$user = User::first();
$user->email = 'john@foo.com';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment