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 8a1ddfa commit 21b3a49Copy full SHA for 21b3a49
tests/issues/Github-373.test.php
@@ -12,7 +12,7 @@
12
$status = 0;
13
echo "Testing Github issue #373 - Files driver issue after clearing cache\n";
14
15
-CacheManager::setDefaultConfig(array('path' => __DIR__ . '/../../cache'));
+CacheManager::setDefaultConfig(['path' => __DIR__ . '/../../cache']);
16
$cacheInstance = CacheManager::getInstance('Files');
17
18
$key = 'test';
0 commit comments