mirror of
https://github.com/YGGverse/cache-php.git
synced 2026-03-31 17:45:28 +00:00
fix namespace
This commit is contained in:
parent
e6903cc640
commit
b2111aee02
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
namespace YGGverse\Cache;
|
namespace Yggverse\Cache;
|
||||||
|
|
||||||
class Memory {
|
class Memory {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue