Ken hace 1 mes
padre
commit
b69a29fc9e
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 @@
     |
     */
 
-    'default' => env('CACHE_STORE', 'database'),
+    'default' => env('CACHE_STORE', 'file'),
 
     /*
     |--------------------------------------------------------------------------