Skip to content

Commit 0941df3

Browse files
committed
Fixed typo
1 parent 4da7098 commit 0941df3

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
@@ -92,7 +92,7 @@ $bob = Kid::whereName('Bob')->cacheFor(60)->cacheTags(['kids'])->first();
9292

9393
### Global Cache Invalidation
9494

95-
To invalidate all the cache for a specific model, use the `flushQueryCache` method without any additional parameter.
95+
To invalidate all the cache for a specific model, use the `flushQueryCache` method without passing the tags.
9696

9797
The package automatically appends a list of tags, called **base tags** on each query coming from a model. It defaults to the full model class name.
9898

0 commit comments

Comments
 (0)