Skip to content

Commit 30e30c6

Browse files
authored
Merge pull request #54477 from nextcloud/backport/54035/stable30
2 parents f1a969c + 7926614 commit 30e30c6

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
@@ -1531,7 +1531,7 @@
15311531
*
15321532
* Defaults to ``none``
15331533
*/
1534-
'memcache.local' => '\OC\Memcache\APCu',
1534+
'memcache.local' => '\\OC\\Memcache\\APCu',
15351535

15361536
/**
15371537
* Memory caching backend for distributed data
@@ -1541,7 +1541,7 @@
15411541
*
15421542
* Defaults to ``none``
15431543
*/
1544-
'memcache.distributed' => '\OC\Memcache\Memcached',
1544+
'memcache.distributed' => '\\OC\\Memcache\\Memcached',
15451545

15461546
/**
15471547
* Connection details for redis to use for memory caching in a single server configuration.

0 commit comments

Comments
 (0)