lumberjack icon indicating copy to clipboard operation
lumberjack copied to clipboard

QueryBuilder - Collection error after installing Intervention/ImageCache

Open codemonkeynorth opened this issue 3 years ago • 1 comments

  • install intervention/image and intervention/imagecache with composer

=> 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

codemonkeynorth avatar Jun 25 '22 19:06 codemonkeynorth

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

joelambert avatar Jun 27 '22 08:06 joelambert