Skip to content

Commit

Permalink
chore: Remove unused import (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
aragon999 authored Nov 11, 2024
1 parent 3bb7f7b commit 7a215a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions shopware/core/6.6/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__;

Expand Down Expand Up @@ -44,6 +43,6 @@
environment: $appEnv,
debug: $debug,
classLoader: $classLoader,
pluginLoader: $pluginLoader
pluginLoader: $pluginLoader,
);
};
3 changes: 1 addition & 2 deletions shopware/core/6.7/public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__;

Expand Down Expand Up @@ -44,6 +43,6 @@
environment: $appEnv,
debug: $debug,
classLoader: $classLoader,
pluginLoader: $pluginLoader
pluginLoader: $pluginLoader,
);
};

0 comments on commit 7a215a6

Please sign in to comment.