From 96fe45de7a70e01b0c026e69622255509b196cba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= <33033094+stancl@users.noreply.github.com> Date: Sat, 19 Jan 2019 11:46:53 +0100 Subject: [PATCH] Fix syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aebed105..5c6fc06b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ You can see an example in the [Filesystem](#Filesystem) section of the documenta Add an array like this to `database.redis` config: -``` +```php 'tenancy' => [ 'host' => env('REDIS_TENANCY_HOST', '127.0.0.1'), 'password' => env('REDIS_TENANCY_PASSWORD', null),