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 0ea95a1 commit b1cdcf1Copy full SHA for b1cdcf1
README.md
@@ -61,7 +61,7 @@ For example:
61
```php
62
use DragonCode\Cache\Services\Cache;
63
64
-$cache = Cache::make()->key('foo', 'bar', ['baz', 'baq']);
+$cache = Cache::make()->key('foo', 'bar', [null, 'baz', 'baq']);
65
66
// Key is `acbd18db4cc2f85cedef654fccc4a4d8:37b51d194a7513e45b56f6524f2d51f2:73feffa4b7f6bb68e44cf984c85f6e88:b47951d522316fdd8811b23fc9c2f583`
67
```
0 commit comments