From d9eecfe1da626cebec5f3ac483f4fee002a73222 Mon Sep 17 00:00:00 2001 From: Jess Archer Date: Wed, 8 Nov 2023 12:20:41 +1000 Subject: [PATCH] Fix test --- tests/Feature/RedisTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Feature/RedisTest.php b/tests/Feature/RedisTest.php index c7f25764..10631a69 100644 --- a/tests/Feature/RedisTest.php +++ b/tests/Feature/RedisTest.php @@ -62,4 +62,9 @@ public function trim(Collection $tables): void { // } + + public function purge(Collection $tables): void + { + // + } }