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 7224c72 commit 1b9fb2dCopy full SHA for 1b9fb2d
docs/upgrade.txt
@@ -83,10 +83,8 @@ This library version introduces the following breaking changes:
83
The following list contains the removed methods and provides alternative methods
84
that you can use to replace the functionality:
85
86
- - ``Model::collection()``: use ``Model::table()``
87
- ``DB::collection()``: use ``DB::table()``
88
- - ``Connection::collection()``: use ``Connection::table()``
89
- - ``Schema::collection()``: use ``Schema::table()``
+ - ``Schema::collection()``: use ``Schema::table()``
90
91
.. _laravel-breaking-changes-v4.x:
92
0 commit comments