Skip to content

Commit

Permalink
getBaseQuery -> toBase was reverted (#8970)
Browse files Browse the repository at this point in the history
Deprecated removal was brought back in laravel/framework#41923
  • Loading branch information
joelvh authored Aug 23, 2023
1 parent e331fe1 commit 23f5260
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
- [Public Path Binding](#public-path-binding)
- [Query Exception Constructor](#query-exception-constructor)
- [Rate Limiter Return Values](#rate-limiter-return-values)
- [Relation `getBaseQuery` Method](#relation-getbasequery-method)
- [The `Redirect::home` Method](#redirect-home)
- [The `Bus::dispatchNow` Method](#dispatch-now)
- [The `registerPolicies` Method](#register-policies)
Expand Down Expand Up @@ -191,13 +190,6 @@ protected $casts = [
];
```

<a name="relation-getbasequery-method"></a>
#### Relation `getBaseQuery` Method

**Likelihood Of Impact: Very Low**

The `getBaseQuery` method on the `Illuminate\Database\Eloquent\Relations\Relation` class has been renamed to `toBase`.

### Localization

<a name="language-directory"></a>
Expand Down

0 comments on commit 23f5260

Please sign in to comment.