When I use HybridRelations in my sql model
use GeneratesUuid, HasFactory, SoftDeletes, HybridRelations;
I get this error when calling hasOneThrough relation Call to undefined method Illuminate\Database\Eloquent\Relations\HasOneThrough::getOwnerKeyName()
When I use HybridRelations in my sql model
use GeneratesUuid, HasFactory, SoftDeletes, HybridRelations;I get this error when calling hasOneThrough relation Call to undefined method
Illuminate\Database\Eloquent\Relations\HasOneThrough::getOwnerKeyName()