From 2e5ea95b63956ce41bd1cf34bdfe6d5d418906d1 Mon Sep 17 00:00:00 2001 From: Samuel Stancl Date: Sun, 26 Jul 2020 21:57:12 +0200 Subject: [PATCH] link to static properties --- source/docs/v3/tenant-identification.blade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/docs/v3/tenant-identification.blade.md b/source/docs/v3/tenant-identification.blade.md index aada9a6..c3c4488 100644 --- a/source/docs/v3/tenant-identification.blade.md +++ b/source/docs/v3/tenant-identification.blade.md @@ -99,7 +99,7 @@ See the [manual initialization page]({{ $page->link('manual-initialization') }}) ## Customizing onFail logic {#customizing-onfail-logic} -Each identification middleware has a static `$onFail` property that can be used to customize the behavior that should happen when a tenant couldn't be identified. +Each identification middleware has a [static `$onFail` property]({{ $page->link('configuration/#static-properties') }}) that can be used to customize the behavior that should happen when a tenant couldn't be identified. ```php \Stancl\Tenancy\Middleware\InitializeTenancyByDomain::$onFail = function ($exception, $request, $next) {