Skip to content

Commit

Permalink
Update ResponsePlugin.php that was broken from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pointia authored Jan 10, 2025
1 parent 6d2c2a3 commit f67899e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Plugin/PhpEnvironment/ResponsePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,15 @@

namespace MSP\DevTools\Plugin\PhpEnvironment;

use Laminas\Http\PhpEnvironment\Response;
use Magento\Framework\App\Response\Http as HttpResponse;
use Magento\Framework\Json\EncoderInterface;
use MSP\DevTools\Model\CanInjectCode;
use MSP\DevTools\Model\Config;
use MSP\DevTools\Model\IsInjectableContentType;
use MSP\DevTools\Model\PageInfo;
use Magento\Framework\HTTP\PhpEnvironment\Response;
use Magento\Framework\Json\EncoderInterface;
use MSP\DevTools\Model\ElementRegistry;
use MSP\DevTools\Model\EventRegistry;
use MSP\DevTools\Model\IsInjectableContentType;
use MSP\DevTools\Model\PageInfo;

class ResponsePlugin
{
Expand Down

0 comments on commit f67899e

Please sign in to comment.