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
{{ message }}
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.
bin/console - it should show the list what i can do
Actual behaviour
I get following Error if i insert bin/console in the Shell. bin/console Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#8 #message: """ Attempted to load class "HttpKernel" from namespace "Shopware\Development".\n Did you forget a "use" statement for "Symfony\Component\HttpKernel\HttpKernel"? """ #code: 0 #file: "./bin/console" #line: 42 }
How to reproduce
insert bin/console in the Shell.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
PHP Version
7.4.3
Shopware Version
master
Expected behaviour
bin/console - it should show the list what i can do
Actual behaviour
I get following Error if i insert bin/console in the Shell.
bin/console Symfony\Component\ErrorHandler\Error\ClassNotFoundError^ {#8 #message: """ Attempted to load class "HttpKernel" from namespace "Shopware\Development".\n Did you forget a "use" statement for "Symfony\Component\HttpKernel\HttpKernel"? """ #code: 0 #file: "./bin/console" #line: 42 }
How to reproduce
insert bin/console in the Shell.
The text was updated successfully, but these errors were encountered: