Skip to content

Commit aeaf760

Browse files
committed
Merge branch 'DOCSP-41335-id-alias' of github.com:norareidy/laravel-mongodb into DOCSP-41335-id-alias
2 parents 768541c + 00e882d commit aeaf760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/query-builder.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ the value of the ``title`` field is ``"Back to the Future"``:
188188

189189
.. note::
190190

191-
You can use the ``id`` alias in your queries to represent
191+
Starting in v5.0, you can use the ``id`` alias in your queries to represent
192192
the ``_id`` field in MongoDB documents, as shown in the preceding
193193
code. When you run a find operation using the query builder, {+odm-short+}
194194
automatically converts between ``id`` and ``_id``. Because of this behavior,

0 commit comments

Comments
 (0)