From 4d0639f3f60a2d010bb3014d4f7761185cd8af80 Mon Sep 17 00:00:00 2001 From: shyim Date: Mon, 11 Nov 2024 10:08:06 +0000 Subject: [PATCH] chore: update shopware/platform package --- shopware/platform/6.6/public/index.php | 3 +-- shopware/platform/6.7/public/index.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/shopware/platform/6.6/public/index.php b/shopware/platform/6.6/public/index.php index 61c8694d..fe36139d 100644 --- a/shopware/platform/6.6/public/index.php +++ b/shopware/platform/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/platform/6.7/public/index.php b/shopware/platform/6.7/public/index.php index 61c8694d..fe36139d 100644 --- a/shopware/platform/6.7/public/index.php +++ b/shopware/platform/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, ); };