Skip to content

Commit 2d659b2

Browse files
authored
Merge pull request #54035 from theking2/patch-1
2 parents 0bc2b34 + 1396f76 commit 2d659b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/config.sample.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@
16541654
*
16551655
* Defaults to ``none``
16561656
*/
1657-
'memcache.local' => '\OC\Memcache\APCu',
1657+
'memcache.local' => '\\OC\\Memcache\\APCu',
16581658

16591659
/**
16601660
* Memory caching backend for distributed data
@@ -1664,7 +1664,7 @@
16641664
*
16651665
* Defaults to ``none``
16661666
*/
1667-
'memcache.distributed' => '\OC\Memcache\Memcached',
1667+
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
16681668

16691669
/**
16701670
* Connection details for Redis to use for memory caching in a single server configuration.

0 commit comments

Comments
 (0)