nova-assertions
nova-assertions copied to clipboard
AssertFiltersInclude fails with new Nova version
With the latest nova version, the filter class path is different. Here is the error:
[{"class":"App\\Nova\\Filters\\GenderFilter"}]
within
[[{"class":"GenderFilter",
As you can see, the GenderFilter class in Nova now only shows the path past App\Nova\Filters
.
For example, a class in App\Nova\Filters\Members
is shown like this in the Nova output:
{"class":"Members\\EligibilityFilter"