We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b98ebb commit 801368bCopy full SHA for 801368b
1 file changed
README.md
@@ -124,7 +124,7 @@ The file driver needs to know what directory it should use for storing messages
124
125
``` yaml
126
bernard_bernard:
127
- doctrine: file
+ driver: file
128
options:
129
directory: %kernel.cache_dir%/bernard
130
```
@@ -145,4 +145,4 @@ bernard_bernard:
145
146
147
If you're using the [SncRedisBundle](https://github.com/snc/SncRedisBundle) you have to set logging to false for the
148
-bernhard client to ensure that is is a ``Redis`` instance and not wrapped.
+bernhard client to ensure that is is a ``Redis`` instance and not wrapped.
0 commit comments