sonata-project / exporter

Lightweight Exporter library
https://docs.sonata-project.org/projects/exporter
MIT License
439 stars 88 forks source link

Added ExporterInterface #618

Closed pkameisha closed 1 year ago

pkameisha commented 1 year ago

Subject

I am targeting this branch, because we need to follow dependence inversion principle. CRUDController in sonata-project/SonataAdminBundle shouldn't depend on Exporter class, but on ExporterInterface

Changelog

### Added
- Added ExporterInterface;
- Added implementation ExporterInterface by Exporter.
VincentLanglet commented 1 year ago

Failure are unrelated

VincentLanglet commented 1 year ago

Thanks, I'll make a release