mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* replace Cache class name with self()
This commit is contained in:
parent
550b664a61
commit
6365105515
@ -52,7 +52,7 @@ class Cache
|
||||
break;
|
||||
|
||||
default:
|
||||
self::$instance = new Cache();
|
||||
self::$instance = new self();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user