Skip to content

Commit 136ffb1

Browse files
committed
Update Configuration.php
1 parent b5d133c commit 136ffb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ private function getClustersNode()
7070
->prototype('array')
7171
->children()
7272
->enumNode('type')
73-
->values(array('redis', 'file', 'memcached', 'apc'))
73+
->values(array('redis', 'php_file', 'file_system', 'array', 'memcached', 'apc'))
7474
->end()
7575
->scalarNode('id')
7676
->defaultNull()

0 commit comments

Comments
 (0)