Skip to content

Commit

Permalink
JT feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
norareidy committed Sep 6, 2024
1 parent 7224c72 commit 1b9fb2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ This library version introduces the following breaking changes:
The following list contains the removed methods and provides alternative methods
that you can use to replace the functionality:

- ``Model::collection()``: use ``Model::table()``
- ``DB::collection()``: use ``DB::table()``
- ``Connection::collection()``: use ``Connection::table()``
- ``Schema::collection()``: use ``Schema::table()``
- ``Schema::collection()``: use ``Schema::table()``

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

Expand Down

0 comments on commit 1b9fb2d

Please sign in to comment.