Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald committed Oct 6, 2024
1 parent 4d9383c commit 8fc1146
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Cache/FileStore.php
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ public function restoreLock($name, $owner)
*/
public function forget($key)
{

if ($this->files->exists($file = $this->path($key))) {
return tap($this->files->delete($file), function ($forgotten) use ($key) {
if ($forgotten && $this->files->exists($file = $this->path("illuminate:cache:flexible:created:{$key}"))) {
Expand Down

0 comments on commit 8fc1146

Please sign in to comment.