You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently both classes implementing StorageInterface and classes implementing OrphanageInterface implement their own access points for uploading and deleting files.
It should be considered to refactor this way so we'd have an abstract parent-class for accessing the filesystem (or orphanage).
Maybe it is possible to inject either the Orphanage or the Gaufrette filesystem depending on the configuration value use_orphanage.
Currently both classes implementing
StorageInterface
and classes implementingOrphanageInterface
implement their own access points for uploading and deleting files.It should be considered to refactor this way so we'd have an abstract parent-class for accessing the filesystem (or orphanage).
Maybe it is possible to inject either the Orphanage or the Gaufrette filesystem depending on the configuration value
use_orphanage
.Be sure to also fix #1
The text was updated successfully, but these errors were encountered: