You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use GeneratesUuid, HasFactory, SoftDeletes, HybridRelations;
I get this error when calling hasOneThrough relation Call to undefined method Illuminate\Database\Eloquent\Relations\HasOneThrough::getOwnerKeyName()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: