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

Rename CacheAction to CacheService

This commit is contained in:
lukinovec 2022-12-07 14:48:52 +01:00
parent 974414a12d
commit 4c33df1aa5
2 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@ namespace Stancl\Tenancy\Tests\Etc;
use Illuminate\Cache\Repository;
class CacheAction // todo renamed to CacheService
class CacheService
{
public function __construct(
protected Repository $cache