Closed TomHAnderson closed 6 years ago
This is not a BC but getting this approved during these holidays would be nice.
This approved PR is nearly 6 months old! Is someone assigned to maintain this repository at zfcampus? cc @webimpress @weierophinney
@weierophinney What do you think? Can we release it safely as 1.5.2? Methods visibility is changed, for me it is not BC Break, because it will be the same if we add new protected
methods.
@TomHAnderson thanks !
When the DefaultOrm Query Provider is extended and the default createQuery function is not called, instead opting to run the filters directly, the functions to fetch the managers are private and cannot be accessed.
This PR changes any private functions on Query Providers to public.