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
What's the reason behind having ClassMethods instantiated in initialize() with $underscoreSeparatedKeys = true(default) and having it in getHydrator() instantiated $underscoreSeparatedKeys = false?
The text was updated successfully, but these errors were encountered:
In AbstractDbMapper the
ClassMethods
hydrator can be instantiated in two places ininitialize()
and in
getHydrator()
What's the reason behind having
ClassMethods
instantiated ininitialize()
with$underscoreSeparatedKeys = true
(default) and having it ingetHydrator()
instantiated$underscoreSeparatedKeys = false
?The text was updated successfully, but these errors were encountered: