From 974414a12d9f828bb37a1a07da926ade8f284ef7 Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Wed, 7 Dec 2022 18:26:10 +0500 Subject: [PATCH] Update CacheAction.php --- tests/Etc/CacheAction.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Etc/CacheAction.php b/tests/Etc/CacheAction.php index 825b8772..d72d7f32 100644 --- a/tests/Etc/CacheAction.php +++ b/tests/Etc/CacheAction.php @@ -6,7 +6,7 @@ namespace Stancl\Tenancy\Tests\Etc; use Illuminate\Cache\Repository; -class CacheAction +class CacheAction // todo renamed to CacheService { public function __construct( protected Repository $cache