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