Skip to content

Commit 2a2022a

Browse files
committed
add cross link
1 parent f543557 commit 2a2022a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/upgrade.txt

+3
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ This library version introduces the following breaking changes:
127127
method results before hydrating a Model instance. When passing a complex query
128128
filter, use the ``DB::where()`` method instead of ``Model::raw()``.
129129

130+
Starting in v5.3, you can disable automatic conversion of ``id`` to
131+
``_id`` for embedded documents. To learn more, see the :ref:`laravel-disable-id-alias` section of the Connection Options guide..
132+
130133
- Removes support for the ``$collection`` property. The following code shows
131134
how to assign a MongoDB collection to a variable in your ``User`` class in
132135
older versions compared to v5.0:

0 commit comments

Comments
 (0)