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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,12 @@ As of Laravel 5.8 the [oldest supported SQLite version](https://github.com/larav
129
129
130
130
### Eloquent
131
131
132
+
#### The `loadCount` Method
133
+
134
+
**Likelihood Of Impact: Low**
135
+
136
+
A `loadCount` method has been added to the base `Illuminate\Database\Eloquent\Model` class. If your application also defines a `loadCount` method, it may conflict with Eloquent's definition.
0 commit comments