HotFix for redis.config.php fatal error

pull/73/head
Philipp Holzer 2019-07-19 20:57:18 +02:00
rodzic 2f7b6cdcda
commit 4d9738bfcc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
7 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}

Wyświetl plik

@ -10,4 +10,6 @@ if (getenv('REDIS_HOST')) {
'redis_db' => (getenv('REDIS_DB') ? getenv('REDIS_DB') : 0),
],
];
} else {
return [];
}