Skip to content

Commit

Permalink
Remove double unset
Browse files Browse the repository at this point in the history
  • Loading branch information
francoism90 authored Oct 17, 2024
1 parent 2ced322 commit ff2cd38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Layout/Concerns/WithScroll.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ public function items(): array

public function fetch(): void
{
unset($this->items);

$this->nextPage();

$this->mergePageItems(
Expand Down

0 comments on commit ff2cd38

Please sign in to comment.