Skip to content

Commit 1b9fb2d

Browse files
committed
JT feedback
1 parent 7224c72 commit 1b9fb2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/upgrade.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,8 @@ This library version introduces the following breaking changes:
8383
The following list contains the removed methods and provides alternative methods
8484
that you can use to replace the functionality:
8585

86-
- ``Model::collection()``: use ``Model::table()``
8786
- ``DB::collection()``: use ``DB::table()``
88-
- ``Connection::collection()``: use ``Connection::table()``
89-
- ``Schema::collection()``: use ``Schema::table()``
87+
- ``Schema::collection()``: use ``Schema::table()``
9088

9189
.. _laravel-breaking-changes-v4.x:
9290

0 commit comments

Comments
 (0)