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
@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.
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?
The text was updated successfully, but these errors were encountered: