Skip to content

Commit

Permalink
Remove persist from getFilterGenericData (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrljoe authored Sep 24, 2024
1 parent 3f7898f commit 74a0cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Helpers/FilterHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public function hasFilterGenericData(): bool
return ! empty($this->filterGenericData);
}

#[Computed(persist: true)]
#[Computed]
public function getFilterGenericData(): array
{
if (! $this->hasFilterGenericData()) {
Expand Down

0 comments on commit 74a0cc8

Please sign in to comment.