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