Skip to content

Commit 100e5ba

Browse files
authored
Merge pull request #506 from Geolim4/final
Fixed #505
2 parents f0bb6d5 + d6e28da commit 100e5ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/phpFastCache/CacheManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ public static function getAutoClass(array $config = [])
289289
try {
290290
self::getInstance($driver, $config);
291291
$autoDriver = $driver;
292+
break;
292293
} catch (phpFastCacheDriverCheckException $e) {
293294
continue;
294295
}

0 commit comments

Comments
 (0)