1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 18:44:03 +00:00

Update CacheAction.php

This commit is contained in:
Abrar Ahmad 2022-12-07 18:26:10 +05:00
parent 19255fd98f
commit 974414a12d

View file

@ -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