Skip to content

Commit bf3191d

Browse files
Merge pull request laravel#1359 from shin1x1/update-cache-file-support-increment-and-decrement
Update cache.md because file supports increment and decrement
2 parents 645b5d5 + a4c8887 commit bf3191d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ When using multiple cache stores, you may access them via the `store` method:
9393
<a name="increments-and-decrements"></a>
9494
## Increments & Decrements
9595

96-
All drivers except `file` and `database` support the `increment` and `decrement` operations:
96+
All drivers except `database` support the `increment` and `decrement` operations:
9797

9898
#### Incrementing A Value
9999

0 commit comments

Comments
 (0)