@@ -48,7 +48,7 @@ |
||
| 48 | 48 | throw new PhpfastcacheLogicException("You can't pass a config parameter along with an non-string '\$driver' parameter."); |
| 49 | 49 | } |
| 50 | 50 | $this->internalCacheInstance = $driver; |
| 51 | - }else{ |
|
| 51 | + } else{ |
|
| 52 | 52 | $this->internalCacheInstance = CacheManager::getInstance($driver, $config); |
| 53 | 53 | } |
| 54 | 54 | } |