Skip to content

Commit 23f5260

Browse files
authored
getBaseQuery -> toBase was reverted (#8970)
Deprecated removal was brought back in laravel/framework#41923
1 parent e331fe1 commit 23f5260

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

upgrade.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
- [Public Path Binding](#public-path-binding)
3737
- [Query Exception Constructor](#query-exception-constructor)
3838
- [Rate Limiter Return Values](#rate-limiter-return-values)
39-
- [Relation `getBaseQuery` Method](#relation-getbasequery-method)
4039
- [The `Redirect::home` Method](#redirect-home)
4140
- [The `Bus::dispatchNow` Method](#dispatch-now)
4241
- [The `registerPolicies` Method](#register-policies)
@@ -191,13 +190,6 @@ protected $casts = [
191190
];
192191
```
193192

194-
<a name="relation-getbasequery-method"></a>
195-
#### Relation `getBaseQuery` Method
196-
197-
**Likelihood Of Impact: Very Low**
198-
199-
The `getBaseQuery` method on the `Illuminate\Database\Eloquent\Relations\Relation` class has been renamed to `toBase`.
200-
201193
### Localization
202194

203195
<a name="language-directory"></a>

0 commit comments

Comments
 (0)