Skip to content

Commit 74a0cc8

Browse files
authored
Remove persist from getFilterGenericData (rappasoft#1966)
1 parent 3f7898f commit 74a0cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Traits/Helpers/FilterHelpers.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ public function hasFilterGenericData(): bool
330330
return ! empty($this->filterGenericData);
331331
}
332332

333-
#[Computed(persist: true)]
333+
#[Computed]
334334
public function getFilterGenericData(): array
335335
{
336336
if (! $this->hasFilterGenericData()) {

0 commit comments

Comments
 (0)