From 7be88ea86596591a83b8cb6fe0919f890b39848e Mon Sep 17 00:00:00 2001 From: Jacob Tobiasz Date: Mon, 13 May 2024 07:32:19 +0200 Subject: [PATCH] Rename `TaxonTreeComponent` component to `TreeComponent` --- .../AdminBundle/Resources/config/services/twig/component.xml | 4 ++-- .../Taxon/{TaxonTreeComponent.php => TreeComponent.php} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/{TaxonTreeComponent.php => TreeComponent.php} (98%) diff --git a/src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component.xml b/src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component.xml index 66fed905277..9a61818bce3 100644 --- a/src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component.xml +++ b/src/Sylius/Bundle/AdminBundle/Resources/config/services/twig/component.xml @@ -263,8 +263,8 @@ diff --git a/src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TaxonTreeComponent.php b/src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TreeComponent.php similarity index 98% rename from src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TaxonTreeComponent.php rename to src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TreeComponent.php index 1e91059e6b0..0c6f56d5a28 100644 --- a/src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TaxonTreeComponent.php +++ b/src/Sylius/Bundle/AdminBundle/Twig/Component/Taxon/TreeComponent.php @@ -24,7 +24,7 @@ use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate; #[AsLiveComponent] -class TaxonTreeComponent +class TreeComponent { use DefaultActionTrait; use HookableLiveComponentTrait;