Skip to content

Commit

Permalink
fix taxonImage bug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroberto committed Jun 26, 2020
1 parent e469adf commit 4030122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Form/Type/TaxonImageType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Aropixel\SyliusAdminMediaPlugin\Form\Type;

use Sylius\Component\Core\Model\TaxonImage;
use Symfony\Component\OptionsResolver\OptionsResolver;
use App\Entity\Taxonomy\TaxonImage;

final class TaxonImageType extends ImageType
{
Expand Down

0 comments on commit 4030122

Please sign in to comment.