diff --git a/config/sets/laravel100.php b/config/sets/laravel100.php index d57e770a..c003ffab 100644 --- a/config/sets/laravel100.php +++ b/config/sets/laravel100.php @@ -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'), ]);