From 1b9fb2dc11d230716880c4b4cef0271963ce567f Mon Sep 17 00:00:00 2001 From: norareidy Date: Fri, 6 Sep 2024 11:26:20 -0400 Subject: [PATCH] JT feedback --- docs/upgrade.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/upgrade.txt b/docs/upgrade.txt index 575a38760..f818e8450 100644 --- a/docs/upgrade.txt +++ b/docs/upgrade.txt @@ -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: