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
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();
The text was updated successfully, but these errors were encountered:
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();
The text was updated successfully, but these errors were encountered: