Closed pkameisha closed 1 year ago
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
### Added - Added ExporterInterface; - Added implementation ExporterInterface by Exporter.
Failure are unrelated
Thanks, I'll make a release
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