Commit 2c4a6066 by Alexander Makarov

Fixed typo

parent 5c3e4fa4
...@@ -198,7 +198,7 @@ In order to load default values from database schema you may call `loadDefaultVa ...@@ -198,7 +198,7 @@ In order to load default values from database schema you may call `loadDefaultVa
```php ```php
$customer = new Customer(); $customer = new Customer();
$customer->loadDefaultValues(); $customer->loadDefaultValues();
$cusomer->name = 'Alexander'; $customer->name = 'Alexander';
$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