From 7a215a62bd9d90cf215be176a1b561213ee14d4d Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 11 Nov 2024 11:07:54 +0100 Subject: [PATCH] chore: Remove unused import (#144) --- shopware/core/6.6/public/index.php | 3 +-- shopware/core/6.7/public/index.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/shopware/core/6.6/public/index.php b/shopware/core/6.6/public/index.php index 61c8694d..fe36139d 100644 --- a/shopware/core/6.6/public/index.php +++ b/shopware/core/6.6/public/index.php @@ -4,7 +4,6 @@ use Shopware\Core\Framework\Plugin\KernelPluginLoader\ComposerPluginLoader; use Shopware\Core\Installer\InstallerKernel; use Shopware\Core\Framework\Adapter\Kernel\KernelFactory; -use Symfony\Component\HttpFoundation\Response; $_SERVER['SCRIPT_FILENAME'] = __FILE__; @@ -44,6 +43,6 @@ environment: $appEnv, debug: $debug, classLoader: $classLoader, - pluginLoader: $pluginLoader + pluginLoader: $pluginLoader, ); }; diff --git a/shopware/core/6.7/public/index.php b/shopware/core/6.7/public/index.php index 61c8694d..fe36139d 100644 --- a/shopware/core/6.7/public/index.php +++ b/shopware/core/6.7/public/index.php @@ -4,7 +4,6 @@ use Shopware\Core\Framework\Plugin\KernelPluginLoader\ComposerPluginLoader; use Shopware\Core\Installer\InstallerKernel; use Shopware\Core\Framework\Adapter\Kernel\KernelFactory; -use Symfony\Component\HttpFoundation\Response; $_SERVER['SCRIPT_FILENAME'] = __FILE__; @@ -44,6 +43,6 @@ environment: $appEnv, debug: $debug, classLoader: $classLoader, - pluginLoader: $pluginLoader + pluginLoader: $pluginLoader, ); };