Commit 39f5df31 by Paul Klimov

Merge pull request #2774 from plusodinminus/patch-1

small typo fix
parents c6a946ec 0c59beb2
...@@ -149,7 +149,7 @@ $email = $customer->email; ...@@ -149,7 +149,7 @@ $email = $customer->email;
To change the value of a column, assign a new value to the associated property and save the object: To change the value of a column, assign a new value to the associated property and save the object:
``` ```php
$customer->email = 'jane@example.com'; $customer->email = 'jane@example.com';
$customer->save(); $customer->save();
``` ```
......
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