lucid-mongo
lucid-mongo copied to clipboard
Request new feature: method ids in BelongsToMany relation class
Hi. I think it is necessary to override the query builder ids
method in BelongsToMany
relation class. You have already implemented this in delete
method of this class. Currently when you try to use ids
, this will call the query builder ids
method which is missing required constraints on foreign key