Skip to content

Commit 98264e3

Browse files
committed
Remove prerequisites from example configuration
1 parent 5d12d36 commit 98264e3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: config/object-cache.config.php-example

-6
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ $config = [
1010
'host' => '127.0.0.1',
1111
'port' => 6379
1212
],
13-
'prerequisites' => [
14-
'class' => 'Redis',
15-
],
1613
'groups' => [
1714
''
1815
],
@@ -27,9 +24,6 @@ $config = [
2724
],
2825
],
2926
],
30-
'prerequisites' => [
31-
'class' => 'Memcached',
32-
],
3327
'groups' => [
3428
'transient',
3529
'site-transient',

0 commit comments

Comments
 (0)