Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 449 Bytes

2021-03-09-make-filesyste-services-public-in-container.md

File metadata and controls

10 lines (10 loc) · 449 Bytes
title issue author author_email author_github
Make filesystem services public in dependency injection container
NEXT-14343
Manuel Kress
windaishi

Core

  • 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.