We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b89b07 commit fb004edCopy full SHA for fb004ed
docs/usage-examples/find.txt
@@ -130,10 +130,20 @@ each corresponding query syntax:
130
131
// Results are truncated
132
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 ) ...
+ [
+ {
+ "_id": ...,
+ "runtime": 1256,
+ "title": "Centennial",
138
+ ...,
139
+ },
140
141
142
+ "runtime": 1140,
143
+ "title": "Baseball",
144
145
146
+ ...
147
+ ]
148
149
.. include:: /includes/usage-examples/fact-edit-laravel-app.rst
0 commit comments