Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
markvaneijk authored Apr 21, 2024
1 parent d8da22e commit a78665d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ PermanentCache::caches([
LongerRunningTask::class => ['type' => 'longer'],
]);

# As an multi-dimensional array when you need to use the same class multiple times but with different parameters
# As an multi-dimensional array when you need to use the
# same class multiple times but with different parameters
PermanentCache::caches(
[LongRunningTask::class => ['type' => 'long']],
[LongRunningTask::class => ['type' => 'longer']],
Expand Down

0 comments on commit a78665d

Please sign in to comment.