Rareloop / lumberjack

Lumberjack is a powerful MVC framework for the modern WordPress developer. Write better, more expressive and easier to maintain code.
https://lumberjack.rareloop.com
MIT License
371 stars 34 forks source link

QueryBuilder - Collection error after installing Intervention/ImageCache #31

Open codemonkeynorth opened 2 years ago

codemonkeynorth commented 2 years ago

=> observe error with QueryBuilder

(PHP 8.0)

Rareloop\Lumberjack\QueryBuilder::get(): Return value must be of type 
Tightenco\Collect\Support\Collection, Illuminate\Support\Collection returned

in QueryBuilder.php line 177
at RegisterExceptionHandler->handleException(object(TypeError))

presumably related to https://github.com/tighten/collect/issues/92

joelambert commented 2 years ago

We're currently working on a patch to replace Tighten with Illuminate, hopefully this will be resolved by that https://github.com/Rareloop/lumberjack-core/pull/40