Skip to content

Commit bceb35b

Browse files
committed
Merge pull request #28 from aequasi/master
Forgot to add service definition
2 parents b573288 + 64ddda7 commit bceb35b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Resources/config/services.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ services:
55
class: Cache\AdapterBundle\Factory\ApcuFactory
66
cache.factory.array:
77
class: Cache\AdapterBundle\Factory\ArrayFactory
8+
cache.factory.chain:
9+
class: Cache\AdapterBundle\Factory\ChainFactory
810
cache.factory.filesystem:
911
class: Cache\AdapterBundle\Factory\FilesystemFactory
1012
cache.factory.memcached:

0 commit comments

Comments
 (0)