File tree Expand file tree Collapse file tree
Resources/config/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313namespace BitBag \SyliusCmsPlugin \Assigner ;
1414
1515use BitBag \SyliusCmsPlugin \Entity \TaxonAwareInterface ;
16- use Sylius \Component \Taxonomy \Repository \TaxonRepositoryInterface ;
1716use Sylius \Component \Core \Model \TaxonInterface ;
17+ use Sylius \Component \Taxonomy \Repository \TaxonRepositoryInterface ;
1818
1919final class TaxonsAssigner implements TaxonsAssignerInterface
2020{
Original file line number Diff line number Diff line change 1616use BitBag \SyliusCmsPlugin \Exception \ImportFailedException ;
1717use BitBag \SyliusCmsPlugin \Form \Type \ImportType ;
1818use BitBag \SyliusCmsPlugin \Processor \ImportProcessorInterface ;
19- use FOS \RestBundle \View \View ;
20- use FOS \RestBundle \View \ViewHandler ;
2119use Symfony \Component \Form \FormFactoryInterface ;
2220use Symfony \Component \HttpFoundation \File \UploadedFile ;
2321use Symfony \Component \HttpFoundation \RedirectResponse ;
Original file line number Diff line number Diff line change 1212
1313namespace BitBag \SyliusCmsPlugin \Entity ;
1414
15- use Sylius \Component \Core \Model \ImageInterface ;
1615use Sylius \Component \Resource \Model \TimestampableTrait ;
1716use Sylius \Component \Resource \Model \ToggleableTrait ;
1817use Sylius \Component \Resource \Model \TranslatableTrait ;
Original file line number Diff line number Diff line change 1212
1313namespace BitBag \SyliusCmsPlugin \Entity ;
1414
15- use Sylius \Component \Channel \Model \ChannelsAwareInterface ;
1615use Sylius \Component \Resource \Model \ResourceInterface ;
1716use Sylius \Component \Resource \Model \TranslatableInterface ;
1817
Original file line number Diff line number Diff line change 2121use BitBag \SyliusCmsPlugin \Resolver \MediaProviderResolverInterface ;
2222use Sylius \Component \Resource \Factory \FactoryInterface ;
2323use Symfony \Component \HttpFoundation \File \File ;
24- use Sylius \Component \Channel \Repository \ChannelRepositoryInterface ;
2524
2625final class MediaFixtureFactory implements FixtureFactoryInterface
2726{
Original file line number Diff line number Diff line change 2121use BitBag \SyliusCmsPlugin \Entity \PageTranslationInterface ;
2222use BitBag \SyliusCmsPlugin \Repository \PageRepositoryInterface ;
2323use BitBag \SyliusCmsPlugin \Resolver \MediaProviderResolverInterface ;
24- use Sylius \Component \Core \Repository \ProductRepositoryInterface ;
2524use Sylius \Component \Channel \Context \ChannelContextInterface ;
25+ use Sylius \Component \Core \Repository \ProductRepositoryInterface ;
2626use Sylius \Component \Locale \Context \LocaleContextInterface ;
2727use Sylius \Component \Resource \Factory \FactoryInterface ;
2828use Symfony \Component \HttpFoundation \File \UploadedFile ;
Original file line number Diff line number Diff line change 1313namespace BitBag \SyliusCmsPlugin \Form \Type ;
1414
1515use BitBag \SyliusCmsPlugin \Form \Type \Translation \SectionTranslationType ;
16- use Sylius \Bundle \ChannelBundle \Form \Type \ChannelChoiceType ;
1716use Sylius \Bundle \ResourceBundle \Form \Type \AbstractResourceType ;
1817use Sylius \Bundle \ResourceBundle \Form \Type \ResourceTranslationsType ;
1918use Symfony \Component \Form \Extension \Core \Type \TextType ;
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ services:
3030 - " @session.flash_bag"
3131 - " @bitbag_sylius_cms_plugin.controller.helper.form_errors_flash"
3232 - " @translator"
33- - " @fos_rest.view_handler.default "
33+ - " @twig "
3434
3535 bitbag_sylius_cms_plugin.controller.action.admin.upload_editor_image :
3636 class : BitBag\SyliusCmsPlugin\Controller\Action\Admin\UploadEditorImageAction
You can’t perform that action at this time.
0 commit comments