mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 08:24:04 +00:00
Update CacheAction.php
This commit is contained in:
parent
19255fd98f
commit
974414a12d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ namespace Stancl\Tenancy\Tests\Etc;
|
||||||
|
|
||||||
use Illuminate\Cache\Repository;
|
use Illuminate\Cache\Repository;
|
||||||
|
|
||||||
class CacheAction
|
class CacheAction // todo renamed to CacheService
|
||||||
{
|
{
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected Repository $cache
|
protected Repository $cache
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue