Skip to content

Commit b1cdcf1

Browse files
author
Andrey Helldar
committed
Update README.md
1 parent 0ea95a1 commit b1cdcf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For example:
6161
```php
6262
use DragonCode\Cache\Services\Cache;
6363

64-
$cache = Cache::make()->key('foo', 'bar', ['baz', 'baq']);
64+
$cache = Cache::make()->key('foo', 'bar', [null, 'baz', 'baq']);
6565

6666
// Key is `acbd18db4cc2f85cedef654fccc4a4d8:37b51d194a7513e45b56f6524f2d51f2:73feffa4b7f6bb68e44cf984c85f6e88:b47951d522316fdd8811b23fc9c2f583`
6767
```

0 commit comments

Comments
 (0)