import-cli-simple icon indicating copy to clipboard operation
import-cli-simple copied to clipboard

Class "TechDivision\Import\Cli\Utils\DependencyInjectionKeys" not found

Open eAvio opened this issue 1 year ago • 2 comments

Hi,

I'm getting error PHP Fatal error: Uncaught Error: Class "TechDivision\Import\Cli\Utils\DependencyInjectionKeys" not found

after running vendor/bin/import-simple

I installed packaced via composer require techdivision/simple-cli-import.

Should I install something else? Or where do I get this missing class?

eAvio avatar Dec 22 '22 22:12 eAvio

@eAvio you should composer require techdivision/import-cli-simple

Mardl avatar Dec 23 '22 08:12 Mardl

@eAvio you should composer require techdivision/import-cli-simple

My bad - I actually did composer require techdivision/import-cli-simple. The package is installed but the error is still there. If I search my "Vendor" folder I can see import-cli-simple is installed, but I can not find that class - DependencyInjectonKey. There is one on path TechDivision\Import\Utils\DependencyInjectionKeys (with out CLI), but I guess it is not correct one.

eAvio avatar Dec 23 '22 08:12 eAvio