shopware / development

MIT License
189 stars 170 forks source link

Shopware\Development\HttpKernel #175

Open supercat1510 opened 2 years ago

supercat1510 commented 2 years ago

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.