simonhamp / laravel-nova-csv-import

The best CSV import component for Laravel Nova
https://novapackages.com/packages/simonhamp/laravel-nova-csv-import
MIT License
168 stars 76 forks source link

Fixing belong to relation #47

Closed morcov closed 1 year ago

philsturgeon commented 1 year ago

This worked for me! I am no longer getting the 404 described in #44.

simonhamp commented 1 year ago

@morcov I'm happy to merge this as it reportedly fixes one issue, but I'm not clear on how it's doing so without needing to dive much deeper...

it would be great to have some fixtures in here somewhere so that I can test this... I'm not saying you need to write a test - just a basic migration, model, resource and CSV file that allows me to replicate the problem would be great