Jeremy Harris 8 years ago
parent
commit
ace0b9b794
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Cache/Cache.php

+ 1 - 0
src/Cache/Cache.php

@@ -175,6 +175,7 @@ class Cache
             if (!array_key_exists('fallback', $config)) {
                 $registry->set($name, new NullEngine());
                 trigger_error($e->getMessage(), E_USER_WARNING);
+
                 return;
             }
             $fallbackEngine = clone static::engine($config['fallback']);