Skip to content

Commit

Permalink
Remove reverted Laravel 10 rule (getBaseQuery -> toBase) (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelvh authored Sep 4, 2023
1 parent 6ad56d2 commit 1e576f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/sets/laravel100.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@

$rectorConfig
->ruleWithConfiguration(RenameMethodRector::class, [
// https://github.com/laravel/framework/pull/41136/files
new MethodCallRename('Illuminate\Database\Eloquent\Relations\Relation', 'getBaseQuery', 'toBase'),
// https://github.com/laravel/framework/pull/42591/files
new MethodCallRename('Illuminate\Support\Facades\Bus', 'dispatchNow', 'dispatchSync'),
]);
Expand Down

0 comments on commit 1e576f3

Please sign in to comment.