title | issue | author | author_email | author_github |
---|---|---|---|---|
Make filesystem services public in dependency injection container |
NEXT-14343 |
Manuel Kress |
windaishi |
- Changed all file system services (e.g.
shopware.filesystem.private
) to now be public in the dependency injection container.- This makes them directly available via
$container->get()
without the necessity to inject them as service.
- This makes them directly available via