Browse Source

Merge pull request #2774 from plusodinminus/patch-1

small typo fix
tags/2.0.0-beta
Paul Klimov 11 years ago
parent
commit
39f5df3173
  1. 2
      docs/guide/active-record.md

2
docs/guide/active-record.md

@ -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:
```
```php
$customer->email = 'jane@example.com';
$customer->save();
```

Loading…
Cancel
Save