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
Is there a good reason why LazyLoadEntityTrait::_lazyLoad doesn't short-circuit and return null immediately if $this->isNew()? My use case where this causes problems is perhaps a bit obscure, but I don't see an obvious downside to including this test.