We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e424861 commit 226756fCopy full SHA for 226756f
docs/upgrade.txt
@@ -79,6 +79,13 @@ This library version introduces the following breaking changes:
79
of this behavior, you cannot have two separate ``id`` and ``_id`` fields in your
80
documents.
81
82
+- Removes support for the ``$collection`` property and the following associated
83
+ methods:
84
+
85
+ - ``Model::collection()``. Instead, use ``Model::table()``.
86
+ - ``Connection::collection()``. Instead, use ``Connection::table()``.
87
+ - ``Schema::collection()``. Instead, use ``Schema::table()``.
88
89
.. _laravel-breaking-changes-v4.x:
90
91
Version 4.x Breaking Changes
0 commit comments