KnpGaufretteBundle
KnpGaufretteBundle copied to clipboard
getAdapter() on null symfony 4.2
I try to inject Gaufrette\Filesystem to Gaufrette\FilesystemInterface in my services.yaml and after inject FilesystemInterface in my class I have problem when I try:
$adapter = $this->filesystem->getAdapter();
Hi, can you provide your gaufrette config, your service definition and the code of your service please ?
Hello @JSComper , any news on this ?