Skip to content

Commit fb004ed

Browse files
authored
Update output based on return type
1 parent 8b89b07 commit fb004ed

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/usage-examples/find.txt

+15-5
Original file line numberDiff line numberDiff line change
@@ -130,10 +130,20 @@ each corresponding query syntax:
130130

131131
// Results are truncated
132132

133-
Illuminate\Support\Collection Object ( [items:protected] =>
134-
Array ( [0] => Array ( [_id] => ... [runtime] => 1256
135-
[title] => Centennial [1] => Array
136-
( [_id] => ... [runtime] => 1140
137-
[title] => Baseball ) ...
133+
[
134+
{
135+
"_id": ...,
136+
"runtime": 1256,
137+
"title": "Centennial",
138+
...,
139+
},
140+
{
141+
"_id": ...,
142+
"runtime": 1140,
143+
"title": "Baseball",
144+
...,
145+
},
146+
...
147+
]
138148

139149
.. include:: /includes/usage-examples/fact-edit-laravel-app.rst

0 commit comments

Comments
 (0)