From 711c7398ef45a3943f3777c0b5b2f1ad72e963b1 Mon Sep 17 00:00:00 2001
From: Dominik Pfennig <dominik@suma-ev.de>
Date: Tue, 9 Aug 2016 08:58:27 +0200
Subject: [PATCH] =?UTF-8?q?Cache=20auf=20Redis=20ge=C3=A4ndert?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/cache.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/cache.php b/config/cache.php
index 3ffa840b0..08547755f 100755
--- a/config/cache.php
+++ b/config/cache.php
@@ -13,7 +13,7 @@ return [
     |
     */
 
-    'default' => env('CACHE_DRIVER', 'file'),
+    'default' => env('CACHE_DRIVER', 'redis'),
 
     /*
     |--------------------------------------------------------------------------
-- 
GitLab