Skip to content

Commit

Permalink
Change RedisAdapter
Browse files Browse the repository at this point in the history
Symfony to Ray\PsrCacheModule
  • Loading branch information
koriym committed Aug 17, 2023
1 parent 0ca8d54 commit 4377794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StorageRedisModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
use Ray\PsrCacheModule\Annotation\CacheNamespace;
use Ray\PsrCacheModule\Annotation\RedisInstance;
use Ray\PsrCacheModule\Psr6RedisModule;
use Symfony\Component\Cache\Adapter\RedisAdapter;
use Ray\PsrCacheModule\RedisAdapter;

/**
* Provides ResourceStorageInterface and derived bindings
Expand Down

0 comments on commit 4377794

Please sign in to comment.