From 899a98092a05275bfae1bbb359d8c024f3fec03a Mon Sep 17 00:00:00 2001 From: Joel Van Horn <129096+joelvh@users.noreply.github.com> Date: Mon, 21 Aug 2023 22:55:14 -0400 Subject: [PATCH] Remove reverted Laravel 10 rule (getBaseQuery -> toBase) --- config/sets/laravel100.php | 2 -- 1 file changed, 2 deletions(-) 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'), ]);