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 226756f commit 82679a7Copy full SHA for 82679a7
docs/upgrade.txt
@@ -83,6 +83,7 @@ This library version introduces the following breaking changes:
83
methods:
84
85
- ``Model::collection()``. Instead, use ``Model::table()``.
86
+ - ``DB::collection()``. Instead, use ``DB::table()``.
87
- ``Connection::collection()``. Instead, use ``Connection::table()``.
88
- ``Schema::collection()``. Instead, use ``Schema::table()``.
89
0 commit comments