Skip to content

Commit

Permalink
Update ResponsePlugin.php
Browse files Browse the repository at this point in the history
replace Zend\Http\PhpEnvironment\Response with Magento\Framework\HTTP\PhpEnvironment\Response
  • Loading branch information
roman204 authored Mar 3, 2024
1 parent fad5f4a commit 988fdfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/PhpEnvironment/ResponsePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
use MSP\DevTools\Model\Config;
use MSP\DevTools\Model\IsInjectableContentType;
use MSP\DevTools\Model\PageInfo;
use Zend\Http\PhpEnvironment\Response;
use Magento\Framework\HTTP\PhpEnvironment\Response;
use Magento\Framework\Json\EncoderInterface;
use MSP\DevTools\Model\ElementRegistry;
use MSP\DevTools\Model\EventRegistry;
Expand Down

0 comments on commit 988fdfb

Please sign in to comment.