Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Dec 18, 2024
1 parent 4126725 commit 4b913be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Illuminate/Cache/MemoizedStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ public function flush()
public function getPrefix()
{
// TODO do we need to do anything with this?
// I suppose we should prefix all keys with this. Someone could
// dynamically change the prefix midway through the request and then we
// would clash with the previous keys.
return $this->repository->getPrefix();
}
}

0 comments on commit 4b913be

Please sign in to comment.