Skip to content

Commit

Permalink
Bugfix for 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Feb 25, 2023
1 parent 5a2fc80 commit 288bc40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Model/ProviderManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ public function getPackageNames(bool $reload = false): array
$nameSlice = array_splice($names, 0, 1000);
$this->redis->sadd('set:packages', $nameSlice);
}

$this->redis->setOption($cacheKey, $lastModify);
}

$names = $this->redis->smembers('set:packages');
Expand Down

0 comments on commit 288bc40

Please sign in to comment.