Skip to content

Commit 8a770ea

Browse files
committed
Fixed #505
1 parent dc0375d commit 8a770ea

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
@@ -137,6 +137,7 @@ public static function getAutoClass($config = [])
137137
try {
138138
self::getInstance($driver, $config);
139139
$autoDriver = $driver;
140+
break;
140141
} catch (phpFastCacheDriverCheckException $e) {
141142
continue;
142143
}

0 commit comments

Comments
 (0)