Skip to content

Commit aa1decc

Browse files
committed
add loadCount method
1 parent 6e7dc4c commit aa1decc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

upgrade.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ As of Laravel 5.8 the [oldest supported SQLite version](https://github.com/larav
129129

130130
### Eloquent
131131

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.
137+
132138
#### The `originalIsEquivalent` Method
133139

134140
**Likelihood Of Impact: Very Low**

0 commit comments

Comments
 (0)