I use Gaufrette which provides me with an alias / service: "gaufrette.data_library_model_image_filesystem".
I would like to replace or override it to implement the "ResolvableFilesystem" (see bundle gaufrette/extra).
How can I get the Filesystem decorator (ResolverInterface) with the "knp_gaufrette.filesystem_map" system?
Hello,
I have this configuration bundle :
I use Gaufrette which provides me with an alias / service: "gaufrette.data_library_model_image_filesystem". I would like to replace or override it to implement the "ResolvableFilesystem" (see bundle gaufrette/extra).
How can I get the Filesystem decorator (ResolverInterface) with the "knp_gaufrette.filesystem_map" system?
Thank you !