From ad7bcfaec21629f0a4002530bceef12fa0015985 Mon Sep 17 00:00:00 2001 From: Rezza Kurniawan Date: Fri, 3 Apr 2020 14:01:04 +0700 Subject: [PATCH] revert storage folder change testing redis path --- src/{ => Storage}/Redis.php | 2 +- tests/StorageAdapterFactoryTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{ => Storage}/Redis.php (99%) diff --git a/src/Redis.php b/src/Storage/Redis.php similarity index 99% rename from src/Redis.php rename to src/Storage/Redis.php index c388a03..ebf7396 100644 --- a/src/Redis.php +++ b/src/Storage/Redis.php @@ -1,6 +1,6 @@