nemrutco / nova-global-filter

This package allows you to apply any of your existing Laravel Nova filters to your cards in Dashboards or Index and Detail view of your nova resources.
MIT License
39 stars 32 forks source link

Bugfix: returns String w/o filters #5

Closed cord closed 4 years ago

cord commented 4 years ago

fix for: with no filters set the method returns a string (Model::class)

MuzafferDede commented 4 years ago

Thanks for the PR!