Added a lot of constants :-)

This commit is contained in:
Philipp
2023-07-26 23:02:09 +02:00
parent 9ff89a970a
commit acf52a9783
16 changed files with 51 additions and 65 deletions

View File

@@ -42,7 +42,7 @@ class Cache
/**
* @var string The default cache if nothing set
*/
const DEFAULT_TYPE = Enum\Type::DATABASE;
const DEFAULT_TYPE = Type\DatabaseCache::NAME;
/** @var ICanCreateInstances */
protected $instanceCreator;
/** @var IManageConfigValues */