konnco / filament-import

why import must use a template when you can import all files dynamically?
MIT License
206 stars 62 forks source link

Fix import with local disks not working after last beta release #125

Closed adriaardila closed 1 year ago

adriaardila commented 1 year ago

Proposed changes

Local disk broke with the last update, this fixes it, apparently passing the disk to the ImportAction.php file makes it not work with local disks.

Types of changes

What types of changes does your code introduce to Filament Import? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

frankyso commented 1 year ago

Thanks