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, ); };