Classified::has('user.info')
->limit(5)
->get();
throws Call to undefined method Illuminate\Database\Eloquent\Relations\BelongsTo::getOwnerKey()
But its fine when i delete use HybridRelations ; from Classified model
Okey, i fixed with
protected $connection = "mysql";
It was fixed here. It linked with cnanges in laravel framework
@msacar , this issue is actual for you?
Closing, merged in https://github.com/jenssegers/laravel-mongodb/pull/1724