From 34dfcd5d83eb8387e58bedc975d7b5b324f47a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sat, 5 Oct 2019 00:13:21 +0200 Subject: [PATCH] note about _tenancy namespace --- docs/source/v2/upgrading.blade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/v2/upgrading.blade.md b/docs/source/v2/upgrading.blade.md index dcd8621..3e16407 100644 --- a/docs/source/v2/upgrading.blade.md +++ b/docs/source/v2/upgrading.blade.md @@ -28,6 +28,7 @@ If you're coming from 1.x, it's recommended to read (or at least skim through) t - A concept of `Feature`s was introduced. They're classes that provide additional functionality - functionality that is not necessary to bootstrap tenancy. - predis support was dropped. Laravel will drop predis support in 7.x. - There is new syntax for [creating]({{ $page->link('creating-tenants') }}) and [interacting]({{ $page->link('tenants') }}) with tenants, be sure to read those documentation pages again. +- The `_tenancy` namespace for keys in tenant storage is reserved by the package and should not be used unless instructed to by the documentation. - The config was changed *a lot*, so you should publish and configure it again. You can publish the configuration like this: ```none