File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 44 xmlns =" http://doctrine-project.org/schemas/orm/doctrine-mapping"
55 xmlns : gedmo =" http://gediminasm.org/schemas/orm/doctrine-extensions-mapping"
66>
7- <mapped-superclass name =" Sylius\GridImportExportBundle \Entity\Process" table =" sylius_grid_import_export_process" >
7+ <mapped-superclass name =" Sylius\GridImportExport \Entity\Process" table =" sylius_grid_import_export_process" >
88 <id name =" uuid" column =" uuid" type =" string" >
99 <generator strategy =" NONE" />
1010 </id >
Original file line number Diff line number Diff line change 1313
1414namespace Sylius \GridImportExport \Controller ;
1515
16- use Sylius \GridImportExport \Provider \ResourcesIdsProviderInterface ;
1716use Sylius \GridImportExport \Messenger \Command \ExportCommand ;
17+ use Sylius \GridImportExport \Provider \ResourcesIdsProviderInterface ;
1818use Sylius \Resource \Metadata \RegistryInterface ;
1919use Symfony \Component \Form \FormFactoryInterface ;
2020use Symfony \Component \HttpFoundation \RedirectResponse ;
You can’t perform that action at this time.
0 commit comments