Skip to content

Commit

Permalink
Update FileCacheTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Feb 15, 2025
1 parent b01f82d commit 45822a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/FileCacheTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ private function getAllKeys(): array {

if (stripos($key, $search) !== false) {
$keys[] = [
'key' => $key,
'items' => [
'key' => $key,
'info' => [
'link_title' => $key,
'ttl' => $ttl ?? 'No info',
],
Expand Down

0 comments on commit 45822a7

Please sign in to comment.