Skip to content

Commit

Permalink
[Admin][Zone] Move FormComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojdylak committed May 14, 2024
1 parent 7d37d78 commit 5fd5746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@

<service
id="sylius_admin.twig.component.zone.form"
class="Sylius\Bundle\AdminBundle\TwigComponent\Zone\FormComponent"
class="Sylius\Bundle\AdminBundle\Twig\Component\Zone\FormComponent"
>
<argument type="service" id="form.factory" />
<argument>Sylius\Bundle\AddressingBundle\Form\Type\ZoneType</argument>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

declare(strict_types=1);

namespace Sylius\Bundle\AdminBundle\TwigComponent\Zone;
namespace Sylius\Bundle\AdminBundle\Twig\Component\Zone;

use Sylius\Component\Addressing\Model\Zone;
use Sylius\TwigHooks\LiveComponent\HookableLiveComponentTrait;
Expand Down

0 comments on commit 5fd5746

Please sign in to comment.