Closed JakubKontra closed 4 years ago
If i add this in config
services:
League\Flysystem\FilesystemInterface: '@estimate_documents_filesystem'
it works.. what? :(
That's because of strict autowiring, from Symfony 4: https://symfonycasts.com/screencast/symfony4-upgrade/service-deprecations#strict-autowiring-mode
Yea. Thanks
Hi guys, could you help me with this please?
Cannot autowire service "App\Estimate\DocumentManager": argument "$flysystem" of method "__construct()" references class "League\Flysystem\Filesystem" but no such service exists. You should maybe alias this class to the existing "oneup_flysystem.estimateDocumentsFilesystem_filesystem" service.
my config file:
Thanks a lot. I can't understand where is problem.
The best regards Jimmy