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
Cannot autowire service "App\Command\MyCommand": argument "$importFilesystem" of method "__construct()" references interface "Gaufrette\FilesystemInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "sonata.media.filesystem.s3", "gaufrette.import_filesytem", ...
Seems like there is no support for this like MonologBundle does?
Would it be possible to add aliases so this will be possible? I'm using 0.7.1 (as I cannot upgrade to PHP 8 by now). Could this change be backported to 0.7.x, too?
The text was updated successfully, but these errors were encountered:
I'm trying to use Symfony's autowiring like this:
But it results in an error:
Seems like there is no support for this like MonologBundle does?
Would it be possible to add aliases so this will be possible? I'm using 0.7.1 (as I cannot upgrade to PHP 8 by now). Could this change be backported to 0.7.x, too?
The text was updated successfully, but these errors were encountered: