We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e40b6 commit 7febe07Copy full SHA for 7febe07
1 file changed
README.md
@@ -23,11 +23,10 @@ composer require cache/adapter-bundle
23
Add the bundle to app/AppKernel.php
24
25
```php
26
-$bundles(
+$bundles = [
27
// ...
28
new Cache\AdapterBundle\CacheAdapterBundle(),
29
- // ...
30
-);
+];
31
```
32
33
Read the documentation at [www.php-cache.com/symfony/adapter-bundle](http://www.php-cache.com/en/latest/symfony/adapter-bundle/).
0 commit comments