From 6915f6719911124921ade8c6d28e035a34e323d5 Mon Sep 17 00:00:00 2001 From: Mike <6283530+sirrom-ekim@users.noreply.github.com> Date: Mon, 7 Dec 2020 01:26:32 -0500 Subject: [PATCH] Update config.php --- assets/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/config.php b/assets/config.php index de78b363..237badd5 100644 --- a/assets/config.php +++ b/assets/config.php @@ -150,8 +150,8 @@ return [ 'prefix_base' => 'tenant', // Each key in Redis will be prepended by this prefix_base, followed by the tenant id. 'prefixed_connections' => [ // Redis connections whose keys are prefixed, to separate one tenant's keys from another. // 'default', + ], ], -], /** * Features are classes that provide additional functionality