From a232c74e3b1a7d347ad1c2984d955537f824148f Mon Sep 17 00:00:00 2001 From: Alexey Rogachev Date: Thu, 5 Jan 2017 17:31:54 +0600 Subject: [PATCH] Added small specification to result of conversion object to array (#13329) [skip ci] --- docs/guide/helper-array.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/helper-array.md b/docs/guide/helper-array.md index cbfbde38bd..1b0d9a30bc 100644 --- a/docs/guide/helper-array.md +++ b/docs/guide/helper-array.md @@ -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