skip to Main Content

Class 'MagentoSetupApplication' not found, after executing "git reset –hard"

I executed git reset --hard, but now I get: PHP Fatal error: Uncaught Error: Class 'MagentoSetupApplication' not found in /home/xy/vendor/magento/framework/Console/Cli.php:79 Stack trace: #0 /home/xy/bin/magento(22): MagentoFrameworkConsoleCli->__construct('Magento CLI') #1 {main} thrown in /home/xy/vendor/magento/framework/Console/Cli.php on line 79 I executed composer update in hope…

VIEW QUESTION
Back To Top
Search