Added small specification to result of conversion object to array (#13329) [skip ci]

This commit is contained in:
Alexey Rogachev
2017-01-05 17:31:54 +06:00
committed by Alexander Makarov
parent e05a883fdf
commit a232c74e3b

View File

@ -398,7 +398,7 @@ Each mapping array contains a set of mappings. Each mapping could be:
- A key-value pair of desired array key name and model column name to take value from.
- A key-value pair of desired array key name and a callback which returns value.
The result of conversion above will be:
The result of conversion above for single model will be:
```php