Skip to content

Commit 4030122

Browse files
committed
fix taxonImage bug
1 parent e469adf commit 4030122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Form/Type/TaxonImageType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
namespace Aropixel\SyliusAdminMediaPlugin\Form\Type;
66

7-
use Sylius\Component\Core\Model\TaxonImage;
87
use Symfony\Component\OptionsResolver\OptionsResolver;
8+
use App\Entity\Taxonomy\TaxonImage;
99

1010
final class TaxonImageType extends ImageType
1111
{

0 commit comments

Comments
 (0)