Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
eAvio opened this issue Dec 22, 2022 · 2 comments
Open

Comments

@eAvio
Copy link

eAvio commented Dec 22, 2022

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?

@Mardl
Copy link
Contributor

Mardl commented Dec 23, 2022

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

@eAvio
Copy link
Author

eAvio commented Dec 23, 2022

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants