Open dillingham opened 2 years ago
If someone wants to roll back the import on failure.. we need to remove the laravel-excel trait SkipsOnFailures
That being on the class tells the package to not rollback. I think we may need two Import classes.
And choose one without the trait when configured to rollback.. unless we can think of another way.
Im also thinking we need to name our config config/headless-imports.php to avoid collision with theirs.
config/headless-imports.php
If someone wants to roll back the import on failure.. we need to remove the laravel-excel trait SkipsOnFailures
That being on the class tells the package to not rollback. I think we may need two Import classes.
And choose one without the trait when configured to rollback.. unless we can think of another way.
Im also thinking we need to name our config
config/headless-imports.php
to avoid collision with theirs.