Skip to content

Commit 47d2b04

Browse files
authored
Drop renaming collection every to nth (#188)
1 parent 3ca888d commit 47d2b04

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/sets/laravel54.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@
3333
]);
3434

3535
$rectorConfig
36-
->ruleWithConfiguration(RenameMethodRector::class, [new MethodCallRename(
37-
'Illuminate\Support\Collection',
38-
'every',
39-
'nth'
40-
),
36+
->ruleWithConfiguration(RenameMethodRector::class, [
4137
new MethodCallRename('Illuminate\Database\Eloquent\Relations\BelongsToMany', 'setJoin', 'performJoin'),
4238
new MethodCallRename(
4339
'Illuminate\Database\Eloquent\Relations\BelongsToMany',

0 commit comments

Comments
 (0)