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