From 2d61b5dd5ea58897734d8a6c89564ede6146dcf6 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 10 Nov 2024 14:12:15 +0100 Subject: [PATCH] chore: Remove unused import --- 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, ); };