File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ public static function install(MoufManager $moufManager) {
25
25
$ cacheInstance = InstallUtils::getOrCreateInstance ('defaultDoctrineCache ' , null , $ moufManager );
26
26
$ cacheInstance ->setCode ('// If DEBUG mode is on, let \'s just use an ArrayCache.
27
27
if (DEBUG) {
28
- $driver = new Doctrine \\Common \\Cache \\ArrayCache();
28
+ $driver = new \\ Doctrine \\Common \\Cache \\ArrayCache();
29
29
} else {
30
30
// If APC is available, let \'s use APC
31
31
if (extension_loaded("apc")) {
32
- $driver = new Doctrine \\Common \\Cache \\ApcCache();
32
+ $driver = new \\ Doctrine \\Common \\Cache \\ApcCache();
33
33
} else {
34
- $driver = new Doctrine \\Common \\Cache \\FileCache(sys_get_temp_dir(). \'/doctrinecache \');
34
+ $driver = new \\ Doctrine \\Common \\Cache \\FileCache(sys_get_temp_dir(). \'/doctrinecache \');
35
35
}
36
36
}
37
37
$driver->setNamespace(SECRET);
You can’t perform that action at this time.
0 commit comments