Skip to content

Commit

Permalink
[Admin][Zone] Move FormComponent (Sylius#16256)
Browse files Browse the repository at this point in the history
| Q               | A
|-----------------|-----
| Branch?         | bootstrap-admin-panel
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | N/A
| License         | MIT
  • Loading branch information
Rafikooo committed May 14, 2024
2 parents 7d37d78 + 5fd5746 commit 8b6d2b1
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 8b6d2b1

Please sign in to comment.