Skip to content

Commit

Permalink
Merge pull request #4962 from nanasess/remove-application
Browse files Browse the repository at this point in the history
\Eccube\Application が残存していたため削除
  • Loading branch information
okazy committed Mar 16, 2021
2 parents 2ee7acf + b91e67b commit 9ab45e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/Eccube/Form/Type/Admin/TagType.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ class TagType extends AbstractType
*/
protected $eccubeConfig;

/**
* @var \Eccube\Application
*/
protected $app;

public function __construct()
{
}
Expand Down
4 changes: 0 additions & 4 deletions src/Eccube/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -227,10 +227,6 @@ protected function build(ContainerBuilder $container)
// twigのurl,path関数を差し替え
$container->addCompilerPass(new TwigExtensionPass());

$container->register('app', Application::class)
->setSynthetic(true)
->setPublic(true);

// クエリカスタマイズの拡張.
$container->registerForAutoconfiguration(QueryCustomizer::class)
->addTag(QueryCustomizerPass::QUERY_CUSTOMIZER_TAG);
Expand Down

0 comments on commit 9ab45e3

Please sign in to comment.