From a2106f08c3383e2852436ebb26b250885b46d291 Mon Sep 17 00:00:00 2001 From: Romina Suarez Date: Wed, 29 Jan 2020 14:46:36 -0300 Subject: [PATCH] Changing CACHE_DRIVER test settings to array instead of file --- docs/development-and-code/setup_alternatives/xampp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development-and-code/setup_alternatives/xampp.md b/docs/development-and-code/setup_alternatives/xampp.md index 2d4029e7a2..e4cc844031 100644 --- a/docs/development-and-code/setup_alternatives/xampp.md +++ b/docs/development-and-code/setup_alternatives/xampp.md @@ -146,7 +146,7 @@ On Windows File Explorer, the default is to hide the extension of the files \(th {% endhint %} * Modify the file in the following way: - * Change the `CACHE_DRIVER` to be `file` instead of `memcache` \(it's feasible set it up with memcache at some point, but for simplicity we use `file`\) + * Change the `CACHE_DRIVER` to be `array` instead of `memcache` \(it's feasible set it up with memcache at some point, but for simplicity we use `array`\) * Change the `DB_HOST` to `127.0.0.1` * Change the `DB_USER` to `root` * Change the `DB_PASSWORD` to be empty, so literally: `DB_PASSWORD=`