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
Global Model::automaticallyEagerLoadRelationships doesn't work for BelongsToMany because it has its own get method which does not take into account this functionality.
And if you use Model::preventLazyLoading you get LazyLoadingViolationException.