File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,11 @@ the value of the ``title`` field is ``"Back to the Future"``:
188
188
189
189
.. note::
190
190
191
- You can use the ``id`` alias in your queries to represent the
192
- ``_id`` field in MongoDB documents, as shown in the preceding
191
+ You can use the ``id`` alias in your queries to represent the
192
+ ``_id`` field in MongoDB documents, as shown in the preceding
193
193
code. When you run a find operation using the query builder, {+odm-short+}
194
- automatically converts between ``id`` and ``_id``. Because of this behavior,
195
- you cannot have two separate ``id`` and ``_id`` fields in your documents.
194
+ automatically converts between ``id`` and ``_id``. Because of this behavior,
195
+ you cannot have two separate ``id`` and ``_id`` fields in your documents.
196
196
197
197
.. _laravel-query-builder-logical-and:
198
198
You can’t perform that action at this time.
0 commit comments