conclude scaffolding of AbstractData key/value storage, missing implementation

This commit is contained in:
El RIDO
2021-06-07 07:02:47 +02:00
parent 1a7d0799c0
commit 7bdcc2ae15
4 changed files with 94 additions and 7 deletions

View File

@@ -28,12 +28,6 @@ abstract class AbstractData
*/
protected static $_instance = null;
protected static $_namespaces = array(
'purge_limiter',
'salt',
'traffic_limiter',
);
/**
* Enforce singleton, disable constructor
*