From a7d47a98cf4ef4772f582d6cc1eeb7c22d6887af Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 7 Oct 2019 18:39:03 -0400 Subject: [PATCH] Update configuration.blade.md --- docs/source/v2/configuration.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/configuration.blade.md b/docs/source/v2/configuration.blade.md index 79af871..d5e6911 100644 --- a/docs/source/v2/configuration.blade.md +++ b/docs/source/v2/configuration.blade.md @@ -48,7 +48,7 @@ You can set the suffix to `.sqlite` if you're using sqlite and want the files to ### `redis` {#redis} -If `tenancy.redis.tenancy` is set to true, connections listed in `tenancy.redis.prefixed_connections` will be prefixed with `config('tenancy.redis.prefix_base') . $id`. +If the `RedisTenancyBootstrapper` is enabled (see `bootstrappers` below), any connections listed in `tenancy.redis.prefixed_connections` will be prefixed with `config('tenancy.redis.prefix_base') . $id`. > Note: You need phpredis. Predis support will dropped by Laravel in version 7.