1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 08:44:02 +00:00

Fix syntax highlighting

This commit is contained in:
Samuel Štancl 2019-01-19 11:46:53 +01:00 committed by GitHub
parent 9b521f6487
commit 96fe45de7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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),