From f7eec6a165f90fe5d51c34dad85ed2a86f924203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Mon, 23 Sep 2019 22:34:14 +0200 Subject: [PATCH] Remove unrelated sentence --- docs/source/v2/configuration.blade.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/source/v2/configuration.blade.md b/docs/source/v2/configuration.blade.md index beb4657..eb0cbbf 100644 --- a/docs/source/v2/configuration.blade.md +++ b/docs/source/v2/configuration.blade.md @@ -56,8 +56,6 @@ If `tenancy.redis.tenancy` is set to true, connections listed in `tenancy.redis. The `CacheManager` instance that's resolved when you use the `Cache` or the `cache()` helper will be replaced by `Stancl\Tenancy\CacheManager`. This class automatically uses [tags](https://laravel.com/docs/master/cache#cache-tags). The tag will look like `config('tenancy.cache.tag_base') . $id`. -If you need to store something in global, non-tenant cache, - ### `filesystem` {#filesystem} The `storage_path()` will be suffixed with a directory named `config('tenancy.filesystem.suffix_base') . $id`.