Skip to content

Commit a79b457

Browse files
authored
Remove persist from getFilterGenericData
1 parent 1817b9f commit a79b457

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)