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 d8da22e commit a78665dCopy full SHA for a78665d
README.md
@@ -52,7 +52,8 @@ PermanentCache::caches([
52
LongerRunningTask::class => ['type' => 'longer'],
53
]);
54
55
-# 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
56
+# same class multiple times but with different parameters
57
PermanentCache::caches(
58
[LongRunningTask::class => ['type' => 'long']],
59
[LongRunningTask::class => ['type' => 'longer']],
0 commit comments