You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,6 +188,14 @@ The `firstWhere` method signature [has changed](https://github.com/laravel/frame
188
188
*/
189
189
public function firstWhere($key, $operator = null, $value = null);
190
190
191
+
#### The `add` Method
192
+
193
+
**Likelihood Of Impact: Very Low**
194
+
195
+
The `add` method [has been moved](https://github.com/laravel/framework/pull/27082) from Eloquent to the base collection. If you were extending `Illuminate\Support\Collection` and the extended class has an `add` method, make sure the method signature matches its parent:
0 commit comments