driftingly / rector-laravel

Rector upgrades rules for Laravel
http://getrector.org
MIT License
513 stars 50 forks source link

Remove reverted Laravel 10 rule (getBaseQuery -> toBase) #130

Closed joelvh closed 1 year ago

joelvh commented 1 year ago

The deprecated getBaseQuery was initially removed, but then it was added back because it caused a regression.

Closes #129

joelvh commented 1 year ago

FYI the Laravel upgrade docs have been updated to remove this change from the list