Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jessarcher committed Nov 8, 2023
1 parent 8da68d6 commit d9eecfe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Feature/RedisTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,9 @@ public function trim(Collection $tables): void
{
//
}

public function purge(Collection $tables): void
{
//
}
}

0 comments on commit d9eecfe

Please sign in to comment.