kraken-php/framework

Create FilesystemFactory

khelle opened this issue · 0 comments

Kraken already posses FilesystemAdapterFactory class which has definition for creating all filesystem adapters. This adapter is then injected into newly created instance of Filesystem. It would be useful to automatize this further and create FilesystemFactory which, using the same interface, would be able to create instances of filesystem which already injected proper adapter.