xiaogang hace 4 años
padre
commit
554aec0a54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      config/cache.php

+ 1 - 1
config/cache.php

@@ -15,7 +15,7 @@ return [
     |
     |
     */
     */
 
 
-    'default' => env('CACHE_DRIVER', 'file'),
+    'default' => env('CACHE_DRIVER', 'redis'),
 
 
     /*
     /*
     |--------------------------------------------------------------------------
     |--------------------------------------------------------------------------