From acace7a088e5a2ed19c79762b9f46bf34d7d0425 Mon Sep 17 00:00:00 2001 From: Chris Brown Date: Mon, 23 Sep 2019 16:26:07 -0400 Subject: [PATCH] Update usage.blade.md --- docs/source/v2/usage.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/v2/usage.blade.md b/docs/source/v2/usage.blade.md index 54a277c..17c8e76 100644 --- a/docs/source/v2/usage.blade.md +++ b/docs/source/v2/usage.blade.md @@ -13,4 +13,4 @@ The package comes with two helpers - `tenancy()` and `tenant()`. - `tenancy()` returns an instance of [`TenantManager`]({{ $page->link('tenant-manager') }}) - `tenant()` returns an instance of the current tenant, or null if no tenant hs been identified yet. You can pass an argument to this helper, to get a value from the tenant storage: `tenant('plan')` is identical to [`tenant()->get('plan')`]({{ $page->link('tenant-storage') }}). -The package also comes with two facades. `Tenancy` -- for `TenantManager` -- and `Tenant` -- for the current `Tenant`, or null if no tenant has been identified yet. +The package also comes with two facades. `Tenancy` -- for `TenantManager` -- and `Tenant` -- for the current `Tenant`.