Skip to content

Commit

Permalink
Drop renaming collection every to nth (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
driftingly authored Feb 26, 2024
1 parent 3ca888d commit 47d2b04
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions config/sets/laravel54.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
]);

$rectorConfig
->ruleWithConfiguration(RenameMethodRector::class, [new MethodCallRename(
'Illuminate\Support\Collection',
'every',
'nth'
),
->ruleWithConfiguration(RenameMethodRector::class, [
new MethodCallRename('Illuminate\Database\Eloquent\Relations\BelongsToMany', 'setJoin', 'performJoin'),
new MethodCallRename(
'Illuminate\Database\Eloquent\Relations\BelongsToMany',
Expand Down

0 comments on commit 47d2b04

Please sign in to comment.