mikebronner / laravel-model-caching

Eloquent model-caching made easy.
MIT License
2.23k stars 212 forks source link

Incompatible method getRelationCountHash after update to 8.17.2 #386

Open webard opened 3 years ago

webard commented 3 years ago
ErrorException (Declaration of Kalnoy\Nestedset\BaseRelation::getRelationCountHash() should be compatible with Illuminate\Database\Eloquent\Relations\Relation::getRelationCountHash($incrementJoinCount = true)) thrown while looking for class Kalnoy\Nestedset\DescendantsRelation.

after update to the lates version 8.17.2

mikebronner commented 3 years ago

Hi @webard, thanks for submitting this issue! :) I will try to see what's going on as soon as possible, no promises though, as we are in the middle of moving. I would welcome PRs with failing tests and fixes, if you find yourself in a position to submit them. :) Thanks!