Global widget filter is null
I have followed the docs to create a global widget filter.
My dashboard page has:
use HasFiltersAction;
On my widget class i dd()
the filters like this:
dd($this->filters);
But it keeps saying null
.
If i apply the filters in the slideover it still says null
/1 Reply
have you imported trait?