mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-03-31 17:45:28 +00:00
change class name
This commit is contained in:
parent
38303b10a9
commit
98c789d7d4
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace YGGverse\Cache;
|
||||
|
||||
class Memcached {
|
||||
class Memory {
|
||||
|
||||
private $_memcached;
|
||||
private $_namespace;
|
||||
Loading…
Add table
Add a link
Reference in a new issue