Bugfix: Illuminate\Database\MySqlConnection was being passed to Builder's constructor by Illuminate\Database\Query\Builder on line 1890 instead of Illuminate\Contracts\Cache\Repository. newQuery method which is being introduced to Builder is overrides the parent with the correct implementation.
Bugfix: Illuminate\Database\MySqlConnection was being passed to Builder's constructor by Illuminate\Database\Query\Builder on line 1890 instead of Illuminate\Contracts\Cache\Repository. newQuery method which is being introduced to Builder is overrides the parent with the correct implementation.