Closed mbabker closed 9 months ago
can you please also update the documentation of the corresponding services?
Sorry, I forgot all about this ask with the way things have gone for me over the last several weeks. I'll try to throw a PR together for the docs soon.
no worries. i also forgot and just noticed now. i adjusted the doc in 13be8f6810407a34241c1efe6ffcbded4f3efc39
i want to cleanup rather radically for 3.x, i think no further doc refinement for the 2.x is needed now.
and thanks for the contribution.
The
liip_imagine.cache.manager
,liip_imagine.data.manager
, andliip_imagine.filter.manager
services cannot be autowired at present, requiring folks to either manually create aliases in their app's configuration or to use one of the newer dependency injection attributes to specify the right service in their classes. This PR adds the appropriate service aliases to support autowiring and remove that little bit of extra overhead needed to use these three services.