Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jissereitsma/51742489c6e97138363c93983a034af2 to your computer and use it in GitHub Desktop.
Save jissereitsma/51742489c6e97138363c93983a034af2 to your computer and use it in GitHub Desktop.
Fix Laminas MVC addition in Magento 2.3.4 file setup/src/Magento/Setup/Controller/Landing.php
--- setup/src/Magento/Setup/Controller/Landing.php 2020-08-03 10:54:26.952234698 +0200
+++ setup/src/Magento/Setup/Controller/Landing.php 2020-08-03 10:54:35.300358599 +0200
@@ -5,8 +5,8 @@
*/
namespace Magento\Setup\Controller;
-use Laminas\Mvc\Controller\AbstractActionController;
-use Laminas\View\Model\ViewModel;
+use Zend\View\Model\ViewModel;
+use Zend\Mvc\Controller\AbstractActionController;
/**
* Controller for Setup Landing page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment