Skip to content

Commit

Permalink
Rename TaxonTreeComponent component to TreeComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubtobiasz authored and GSadee committed May 13, 2024
1 parent 65969a7 commit 7be88ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@
</service>

<service
id="sylius_admin.twig.component.taxon.tree_component"
class="Sylius\Bundle\AdminBundle\Twig\Component\Taxon\TaxonTreeComponent"
id="sylius_admin.twig.component.taxon.tree"
class="Sylius\Bundle\AdminBundle\Twig\Component\Taxon\TreeComponent"
>
<argument type="service" id="sylius.repository.taxon" />
<argument type="service" id="sylius.manager.taxon" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use Symfony\UX\TwigComponent\Attribute\ExposeInTemplate;

#[AsLiveComponent]
class TaxonTreeComponent
class TreeComponent
{
use DefaultActionTrait;
use HookableLiveComponentTrait;
Expand Down

0 comments on commit 7be88ea

Please sign in to comment.