From 33be9b958ac2d5651071af0a7e5e465bd582e7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 17 Aug 2019 15:48:00 +0200 Subject: [PATCH] wip --- source/docs/storage-drivers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/storage-drivers.md b/source/docs/storage-drivers.md index 8057b62d..2d17903a 100644 --- a/source/docs/storage-drivers.md +++ b/source/docs/storage-drivers.md @@ -15,7 +15,7 @@ Currently, database and Redis storage drivers are available as part of the packa The database storage driver lets you store tenant information in a relational database like MySQL, PostgreSQL and SQLite. -The benefit of this storage driver is that you don't have ot use both Redis and a database for your data. Also you don't have to do as much configuration. +The benefit of this storage driver is that you don't have to use both Redis and a database for your data. Also you don't have to do as much configuration. To use this driver, you need to have a `tenants` table in the database associated with the `central` connection. So copy your currenty used connection (`mysql`, `sqlite`, ...) and add it to `database.connections` under the name `central`.