SpartnerNL / Laravel-Nova-Excel

🚀 Supercharged Excel exports for Laravel Nova Resources
https://docs.laravel-excel.com/nova/1.0/
MIT License
378 stars 73 forks source link

Remove inherited withName method #162

Closed Synchro closed 1 year ago

Synchro commented 1 year ago

This is a fix for #161. It simply removes the inherited method as it is identical to the parent method, apart from the thing that causes the crash in #161.

patrickbrouwers commented 1 year ago

Duplicate of #160

Synchro commented 1 year ago

Dang, I guess I didn't find that because it didn't mention the name of the method that caused the problem. Good that it's fixed anyway, and thanks for tagging the release promptly.