Refactor the BulkImportService
It's better to have feature specific logic scoped under their own namespaces instead of the root namespace. So here we're moving: BulkImportService to BulkImports::CreateService. I also intend to create other services for the BulkImports. For intance, the BulkImports::StatusService
Showing
Please register or sign in to comment