Hello,
i have an issue when i add any relations such as hasMany and the refrences already of type ObjectId the query return null but when i change the foreign key to string it worked out
any suggestions or other way to solve this ??
I have the same issue.
The current implementation uses strings rather than MongoId's for relations due to some complications with the original Eloquent code. This is something on the todo list.
Any fix for this?
Most helpful comment
Any fix for this?